devkit
devkit copied to clipboard
Does this library load angular components in Cypress Component Test Runner as like production application page
Does this library load angular components in Cypress Component Test Runner as like production application page with all styles, alignment and everything or it is just like a component load in Karma.
Thanks Sathish
It's using the Angular CLI common webpack configuration. In the really short term, we will add an optional target option to choose the configuration to use from Angular.json in order to load the same polyfills and styles.
Cf. #51