disableDefaultStyling not working in production mode Angular CLI
See original GitHub issueHi, thanks for you work.
I noticed that PopperController.baseOptions.disableDefaultStyling = true;
in production mode don’t work and add .ngxp-container
selector to the div
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Enabling and Disabling Angular Production Mode - Pluralsight
The answer is yes. Why not? But you need to add some more configuration. You need to tell Angular that you have different...
Read more >How to enable production mode? - angular - Stack Overflow
The best way to enable the production mode for an Angular 2 application, is to use angular-cli and build the application with ng...
Read more >Deployment - Angular
The Angular CLI command ng deploy (introduced in version 8.3.0) executes the deploy CLI builder associated with your project.
Read more >How To Run The Angular Service Worker In Production Mode
the angular cli does not produce *.bundle and *.chunk, so is there a side effect ... After creating the production folder and running...
Read more >What is the difference between production and development ...
whenever Angular-CLI generates a project for us, there is some piece of code that, ... is running inside a development or production mode....
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 Free
Top 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
Seems to be working now, setting the baseOptions on the PopperController sets the static base options, which apply on all popper elements, This should run before the elements view’s are rendered so best would be to run it before the application it bootstrapped. fixed in 1.1.0.
Let me know if its ok now.
A star would be much appreciated! 😃
[popperDisableStyle]=“true”