feat(schematics): Add ppwcode Angular SDK schematics to speed up project setup - #108
Merged
Conversation
glenstaes
force-pushed
the
feature/poc-schematics
branch
from
February 24, 2026 20:30
1139cd4 to
62c90a0
Compare
glenstaes
force-pushed
the
feature/poc-schematics
branch
from
February 24, 2026 20:30
62c90a0 to
2913b1e
Compare
MarkCuypersPpw
approved these changes
Feb 25, 2026
MarkCuypersPpw
left a comment
Contributor
There was a problem hiding this comment.
Ik claim niet dat ik alles 100% begrijp, maar it makes sense. Dus ik keur het goed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This simplifies the setup of a new Angular project by running
ng add @ppwcode/ng-sdk.Internal docs changes
After releasing, the following changes should be applied to the internal new project setup documentation:
Step 2: Setting up linting and formatting
This section can be removed.
Step 3: Adding Angular Material
This section can be removed.
Step 4: Setting up ngx-translate
The installation of the dependencies can be removed.
Step 5: Setting up unit testing
This section can be removed.
Step 6: Set up build system
Sub 1: Installation of the cross-env dependency can be removed.
Sub 2: Only the step of fixed dependency versions should remain.
Sub 4: Documenting the Node version should not be done, only verified that the content is correct. If it is not correct, because a newer NodeJS LTS version is available, the developer should create a PR to update this schematic.