angular-npm-module-seed icon indicating copy to clipboard operation
angular-npm-module-seed copied to clipboard

Starting point for developing Angular modules and publishing them on NPM.

Results 4 angular-npm-module-seed issues
Sort by recently updated
recently updated
newest added

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...

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...

bug
help wanted