File tree 1 file changed +4
-4
lines changed 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
34
34
35
35
``` toml
36
36
[[plugins ]]
37
- package = " @netlify/plugin- angular-universal "
37
+ package = " @netlify/angular-runtime "
38
38
```
39
39
40
40
Install it via your package manager:
41
41
42
42
``` bash
43
- npm install -D @netlify/plugin- angular-universal
43
+ npm install -D @netlify/angular-runtime
44
44
# or
45
- yarn add -D @netlify/plugin- angular-universal
45
+ yarn add -D @netlify/angular-runtime
46
46
```
47
47
48
48
Read more about [ file-based plugin installation] ( https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation )
@@ -81,7 +81,7 @@ netlify serve
81
81
82
82
### Requirements
83
83
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).
85
85
86
86
Please also make sure to use ` ntl deploy --build ` (rather than ` ntl build && ntl deploy ` ).
87
87
You can’t perform that action at this time.
0 commit comments