We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f4417 commit 6a4138bCopy full SHA for 6a4138b
src/lib/tabs/tab-content.ts
@@ -1,4 +1,12 @@
1
-import {Directive, TemplateRef} from '@angular/core';
+/**
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';
10
11
@Directive({selector: '[mdTabContent]'})
12
export class MdTabContent {
0 commit comments