DevTools: Does not work with bootstrapApplication
See original GitHub issueWhich @angular/* package(s) are the source of the bug?
Don’t known / other
Is this a regression?
No
Description
Currently Angular DevTools does not work with an app with bootstrapApplication
.
Please provide a link to a minimal reproduction of the bug
https://angular-ivy-snyrzm.stackblitz.io
Please provide the exception or error you saw
> Angular Devtools only supports Angular versions 9 and above with [ivy](https://angular.io/guide/ivy) enabled.
Please provide the environment you discovered this bug in (run ng version
)
* Angular: 14.0.0
* Angular DevTools: 1.0.4
Anything else?
Source code of the reproduction: https://stackblitz.com/edit/angular-ivy-snyrzm
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Spring Boot DevTools not working in Eclipse - Stack Overflow
I built an application using Spring, JPA, MySQL and Web. I developed a static page in template folder normally and it works. But,...
Read more >bootstrapApplication - Angular
Bootstraps an instance of an Angular application and renders a standalone component as the application's root component. More information about standalone ...
Read more >Routing and Lazy Loading with Angular's Standalone ...
Hence, one question that comes up when moving to Standalone Components is: How will routing and lazy loading work without NgModules?
Read more >Bootstrap Studio - The Revolutionary Web Design Tool
If you need a component which doesn't exist in our library, just click the ... With it, you can open your design in...
Read more >Using NgRx Packages with Standalone Angular Features
Instead, we can use the bootstrapApplication function from the ... Angular modules are not only used to declare components or provide ...
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
This should have been resolved in #45983, but perhaps it hasn’t been published yet.
A workaround would be to bootstrap with Protractor tooling:
FYI Angular DevTools was updated for the chrome web store. The workaround above should no longer be necessary.