angular2-library
angular2-library copied to clipboard
How to create a library in Angular2
> [email protected] build D:\WORK\Webstorm.workspace\_TEST_\angular2-library > rimraf dist && ngc -p src/tsconfig.aot.json && gulp Error at D:/WORK/Webstorm.workspace/_TEST_/angular2-library/node_modules/@types/handlebars/index.d.ts:22:31: ',' expected. Error at D:/WORK/Webstorm.workspace/_TEST_/angular2-library/node_modules/@types/handlebars/index.d.ts:24:32: ',' expected. Error at D:/WORK/Webstorm.workspace/_TEST_/angular2-library/node_modules/@types/handlebars/index.d.ts:99:40: ',' expected. Error at...
After running `npm install` followed by `npm run build` I get the following error on my laptop: > marc@marc-ThinkPad-X1-Carbon ~/git/angular2-library $ npm run build > > > [email protected] build /home/marc/git/angular2-library...