Skip to content

Commit 6a4138b

Browse files
amcdnljosephperrott
authored andcommitted
chore(merge): fix merge
1 parent 53f4417 commit 6a4138b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/lib/tabs/tab-content.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
import {Directive, TemplateRef} from '@angular/core';
1+
/**
2+
* @license
3+
* Copyright Google Inc. 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+
9+
import {Directive, TemplateRef} from '@angular/core';
210

311
@Directive({selector: '[mdTabContent]'})
412
export class MdTabContent {

0 commit comments

Comments
 (0)