angular-library-seed icon indicating copy to clipboard operation
angular-library-seed copied to clipboard

🌾 Seed project for Angular libraries that are AOT/JIT compatible and that use external SCSS-styles and HTML-templates

Results 28 angular-library-seed issues
Sort by recently updated
recently updated
newest added

@NgModel anotation problems were fixed https://github.com/trekhleb/angular-library-seed/issues/8

After upgrade of all `@angular` related packages to v5.0.3, demo project started to throw following error into dev tools console: `Uncaught Error: Unexpected value '[object Object]' imported by the module...

I have added ionicModules in packages but it is not compiling ionic related packages. I always get template parse error that ion-label not found. So how to include those 3rd...

As of https://github.com/compodoc/compodoc/commit/9e4222edc3b9385697f14c603239ab4a9fac70ea option disablePrivateOrInternalSupport where splitted in provide flags : --disablePrivate , --disableProtected, --disableInternal, --disableLifeCycleHooks

See https://github.com/trekhleb/angular-library-seed/issues/14

I am using your seed for a library I am building that is going to be kind of large. I am trying to set up my library source so that...

# Description I'm facing this error when trying to import `TickTockModule` in a Angular CLI project, via a lazy-loaded module: `Unexpected value 'TickTockModule' imported by the module 'Feature1RoutingModule'. Please add...

When setting custom paths they don't seem to work, I think it's because of AOT but I'm not sure. It breaks both when I build the project and when I...