question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

disableDefaultStyling not working in production mode Angular CLI

See original GitHub issue

Hi, 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.

image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MrFrankelcommented, Sep 5, 2017

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! 😃

0reactions
MrFrankelcommented, Sep 4, 2017

[popperDisableStyle]=“true”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found