angular-npm-module-seed
angular-npm-module-seed copied to clipboard
Starting point for developing Angular modules and publishing them on NPM.
I've been messing around with this project and no matter what I do, I'm getting this error when importing to my Angular 4+ project: `Unexpected value 'CountToModule' imported by the...
Hi, what about in case I have an external module and I want to export the reference? For instance I have a kendo-dropdown-control which has not an umd file and...
Unexpected value 'SeedModule' imported by the module 'AppModule'. Please add a @NgModule annotation.
I followed all the steps you described, up to npm link from dist folder and npm link angular-npm-module-seed in the root folder of the project where I want to use...
The example seed.component does not seem to work if a templateUrl is used in the decorator, the html markup is not included in the output. Is there something required to...