Skip to content

Commit ce6ca64

Browse files
committed
chore(package): added angular forms as dependency for rollup
1 parent 24dd5e1 commit ce6ca64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ gulp.task('rollup-bundle', (cb) => {
362362
// Angular dependencies
363363
'@angular/core': 'ng.core',
364364
'@angular/common': 'ng.common',
365+
'@angular/forms': 'ng.forms',
365366
'@angular/animations': 'ng.animations',
366367
'@angular/cdk': 'ng.cdk',
367368
'@angular/material': 'ng.material',

0 commit comments

Comments
 (0)