issues
search
jordanpowell88
/
angular-ct
Angular Component Testing
19
stars
2
forks
source link
fix: change to using JIT compilation
#19
Closed
jordanpowell88
closed
2 years ago
jordanpowell88
commented
2 years ago
This PR does the following:
Uses JIT compilation instead of AOT (this will be necessary for CT as we only want to bundle the current component and its dep graph at a time)
This adds CSS Support
Adds
AsyncPipe
as a default to the
mount
configurations
declarations
array
This Fixes a bug where the current component wasn't added to the
declarations
array when a config was not passed in
Releases 0.0.22
Releases 0.0.7
This PR does the following:
AsyncPipe
as a default to themount
configurationsdeclarations
arraydeclarations
array when a config was not passed in