Skip to content

Commit b79c2b7

Browse files
committed
Add license
1 parent 0289fd3 commit b79c2b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/cdk/table/coalesced-style-scheduler.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
19
import {Injectable, NgZone} from '@angular/core';
210
import {from, Observable} from 'rxjs';
311

0 commit comments

Comments
 (0)