angular-quickstart-lib
angular-quickstart-lib copied to clipboard
I got to know how to fix the 'Invalid 'reference' directive syntax' issue after you cloned the repo, did 'npm install', and did 'npm start'. The solution is to update...
Hi, sorry for bothering again. I cloned the project and did not make any changes. After I run `npm install`, I am trying to run `npm run integration` to do...
Closes #41
When I git clone and start fresh. Everything works on the quickstart-lib except with integration test run npm run integration Error: Angular could not be found on the page http://localhost:8080/.If...
ERROR in ./main/$$_lazy_route_resource lazy namespace object module could not be resolved path/to my /dist/lib/test.module.ngFactory.js I'm uisng angular 6.0.0. ng-packagr -3.0.1 I get the above error, when trying to lazy the...
Node v `8.9.4` npm v `5.6.0` Failing on simple `npm i` `npm run integration`
I have created a shared service and it built successfully. But when I tried to import it into my project and it throws error in the browser. @filipesilva I'm still...
hi, @filipesilva . I am learning how to package angular module by rollup, I have a question that why the repo has no rollup.config.js file?
I'd like to use your seed to write an Angular lib that in turn depends on another angular lib. In my case this compiles, but the Angular sources are included...
Hi Filipesilva Do you have intension to support scss support for @import from nodule_modules? The syntax looks like below. @import "~bootstrap-sass/assets/stylesheets/bootstrap/variables";