File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ Create a `netlify.toml` in the root of your project. Your file should include th
3434
3535``` toml
3636[[plugins ]]
37- package = " @netlify/plugin- angular-universal "
37+ package = " @netlify/angular-runtime "
3838```
3939
4040Install it via your package manager:
4141
4242``` bash
43- npm install -D @netlify/plugin- angular-universal
43+ npm install -D @netlify/angular-runtime
4444# or
45- yarn add -D @netlify/plugin- angular-universal
45+ yarn add -D @netlify/angular-runtime
4646```
4747
4848Read more about [ file-based plugin installation] ( https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation )
@@ -81,7 +81,7 @@ netlify serve
8181
8282### Requirements
8383
84- To use the Angular Universal plugin while building and deploying with the CLI, you need to have ` netlify-cli v17.0.0 ` installed (or a later version).
84+ To use the Angular Runtime while building and deploying with the CLI, you need to have ` netlify-cli v17.0.0 ` installed (or a later version).
8585
8686Please also make sure to use ` ntl deploy --build ` (rather than ` ntl build && ntl deploy ` ).
8787
You can’t perform that action at this time.
0 commit comments