Skip to content

Commit ebc5215

Browse files
committed
chore(package): added angular cdk and material in gulp script for rollup
1 parent 469f287 commit ebc5215

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ gulp.task('rollup-bundle', (cb) => {
348348
// Angular dependencies
349349
'@angular/core': 'ng.core',
350350
'@angular/common': 'ng.common',
351+
'@angular/cdk': 'ng.cdk',
352+
'@angular/material': 'ng.material',
353+
'@angular/flex-layout': 'ng.flex-layout',
351354

352355
// Rxjs dependencies
353356
'rxjs/Subject': 'Rx',

0 commit comments

Comments
 (0)