Skip to content
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

Merged
merged 32 commits into from
May 27, 2023
Merged

Target ng16 #3361

merged 32 commits into from
May 27, 2023

Conversation

jamesdaniels
Copy link
Member

@jamesdaniels jamesdaniels commented May 26, 2023

  • Allow peer of ng 16
  • Cleanup ng-add to use web frameworks
  • Deploy config version 2
  • Cleanup tests

@jamesdaniels jamesdaniels merged commit 7a2402a into master May 27, 2023
@jamesdaniels jamesdaniels deleted the ng16 branch May 27, 2023 03:45
@@ -244,79 +244,8 @@ function measureLibrary() {
return Promise.all(UMD_NAMES.map(measure));
}

async function buildDocs() {
Copy link
Contributor

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

Copy link
Member Author

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.

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants