Angular not using scripts in angular-cli.json?
See original GitHub issueI don’t think scripts are loading from angular-cli.json
. I tried to add jquery, popper, and bootstrap js and they aren’t available. Also I can change them to invalid paths and get no errors…
https://stackblitz.com/edit/angular-bhzy2y?file=app%2Fapp-tooltip.directive.ts
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:7
Top Results From Across the Web
Scripts don't load from .angular-cli.json - Stack Overflow
I had a similar issue with an angular-cli app. ... index.html script includes and then added the scripts section later leading to the...
Read more >Angular workspace configuration
The JSON schemas for the default schematics used by the Angular CLI to create projects and parts of projects are collected in the...
Read more >Working With 3rd-Party Script and CSS In Angular
Angular.json is a file with all the settings of our Angular project, and also it helps us to work with 3rd party libraries...
Read more >Adding CSS and JavaScript to an Angular CLI Project
One reason is because when we build the code for production, the CLI removes any code from the bundle that isn't being used....
Read more >I don't find .angular-cli.json in new version angul
node_modules/@angular/cli/lib/config/schema.json\, \version\: 1, ... In it, in styles and scripts arrays, you're not pointing from src directory, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hm I don’t think so but I could write it together as soon as the stackblitz guys are back from ngconf 😃
I don’t see “
external dependencies
right below the npm packages in the left side menu.” (screenshot). I only see a place to add NPM packages.Has something changed?