File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
src/cdk-experimental/clipboard Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
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
+
9
+ export * from './public-api' ;
Original file line number Diff line number Diff line change
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
+
9
+ export * from './clipboard' ;
10
+ export * from './clipboard-module' ;
11
+ export * from './copy-to-clipboard' ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig-build" ,
3
+ "files" : [
4
+ " public-api.ts" ,
5
+ " ../typings.d.ts"
6
+ ],
7
+ "angularCompilerOptions" : {
8
+ "annotateForClosureCompiler" : true ,
9
+ "strictMetadataEmit" : true ,
10
+ "flatModuleOutFile" : " index.js" ,
11
+ "flatModuleId" : " @angular/cdk-experimental/clipboard" ,
12
+ "skipTemplateCodegen" : true ,
13
+ "fullTemplateTypeCheck" : true
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments