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.

FlexLayout styles are getting added automatically when AOT complier ON not JIT...

See original GitHub issue

Hi All, In my application using Angular 7, Angular Material & typescript and FlexLayout are latest version. The problem is FlexLayout styles are getting added automatically when AOT compiler ON not JIT compiler. When i turned off AOT compiler the styles are not added. Also tried to set flexlayout config FlexLayoutModule.withConfig({addFlexToParent: false}); but it doesn’t help.

So, could please explain anyone why its applying only when AOT ON not in JIT ? and how to remove the automatically added styles? Thanks in Advance.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mackelitocommented, Feb 8, 2019

@rmathi as a general rule… use www.stackovweflow.com for questions… if you have found a but and there is a template to fill out and follow when submitting a bug report then you should follow it 😃

0reactions
angular-automatic-lock-bot[bot]commented, Sep 5, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flex Layout styles are getting added automatically when AOT ...
The problem is FlexLayout styles are getting added automatically when AOT compiler ON not JIT compiler. When I turned off AOT compiler the ......
Read more >
How to create AOT/JIT compatible Angular 4 library with ...
You want to create component library for Angular 4 and publish it on NPM. You want your library to be ready for further...
Read more >
Ahead-of-time (AOT) compilation - Angular
The compiler inlines external HTML templates and CSS style sheets within the application JavaScript, eliminating separate ajax requests for those source files.
Read more >
Types and signatures — Numba 0.50.1 documentation
A signature specifies the type of a function. Exactly which kind of signature is allowed depends on the context (AOT or JIT compilation),...
Read more >
Ninja Squad: Le Blog
It was only used for JiT mode, which is not really used anymore. ... To add zone.js to your application, the angular.json file...
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