-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target ng16 #3361
Target ng16 #3361
Conversation
jamesdaniels
commented
May 26, 2023
•
edited
Loading
edited
- Allow peer of ng 16
- Cleanup ng-add to use web frameworks
- Deploy config version 2
- Cleanup tests
@@ -244,79 +244,8 @@ function measureLibrary() { | |||
return Promise.all(UMD_NAMES.map(measure)); | |||
} | |||
|
|||
async function buildDocs() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove buildDocs? if it's because of the windows error I already found the fix for it I can open a PR to return it and fix it on windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had originally had a custom tsdocs viewer planned but it didn’t go anywhere. I’m just aggressively trimming in an attempt to pair things back so we can (if possible) be built purely by ngc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the whole project can be quickly converted into nx workspace, but I'm not sure if in Google you are keen to use it
I can start converting it to nx if that's something will be approved