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

Add option "openPage" #189

Open
wants to merge 2 commits into
base: cli8
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo
Schamtics => Schematics
  • Loading branch information
vokeit-gschuster committed May 12, 2020
commit 44a1f0aa4a348a80b4ca93d335613692cbefba0b
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ng update ngx-build-plus --force

- ``ng build --single-bundle``: Puts everything reachable from the main entry point into one bundle. Polyfills, scripts, and styles stay in their own bundles as the consuming application might have its own versions of these.

### Schamtics
### Schematics

- ``ng add ngx-build-plus``
- ``ng g ngx-build-plus:wc-polyfill``: Adds webcomponent polyfills to your app
Expand Down