File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -355,10 +355,10 @@ gulp.task('rollup-bundle', (cb) => {
355355 // Angular dependencies
356356 '@angular/core' : 'ng.core' ,
357357 '@angular/common' : 'ng.common' ,
358+ '@angular/animations' : 'ng.animations' ,
358359 '@angular/http' : 'ng.http' ,
359360 '@angular/cdk' : 'ng.cdk' ,
360361 '@angular/material' : 'ng.material' ,
361- '@angular/flex-layout' : 'ng.flex-layout' ,
362362 '@angular/platform-browser' : 'ng.platform-browser' ,
363363
364364 // Rxjs dependencies
@@ -386,6 +386,7 @@ gulp.task('rollup-bundle', (cb) => {
386386 // Add any other dependency or peer dependency of your library here
387387 // This is required for UMD bundle users.
388388 // See https://github.com/tinesoft/generator-ngx-library/TROUBLESHOUTING.md if trouble
389+ 'ngx-linkifyjs' : _ . camelCase ( 'ngx-linkifyjs' . replace ( '/' , '.' ) ) ,
389390
390391
391392 } ;
You can’t perform that action at this time.
0 commit comments