File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ that those hooks might not prompt users (no STDIN) and throw an error.
143
143
144
144
# <a name =" providers " >Providers</a >
145
145
Adding Angular providers to the app should be seamless. The install process will create a
146
- ` providers.js ` from all the providers contained in all the dependencies. The User can blacklist
146
+ ` providers.js ` from all the providers contained in all the dependencies. The User can disclude
147
147
providers it doesn't want.
148
148
149
149
The ` providers.js ` file will always be overwritten by the ` install ` / ` uninstall ` process. It
150
150
needs to exist for toolings to be able to understand dependencies. These providers are global
151
151
to the application.
152
152
153
- In order to blacklist providers from being global, the user can use the ` --no-global-providers `
153
+ In order to prevent providers from being global, the user can use the ` --no-global-providers `
154
154
flag during installation, or can change the dependencies by using ` ng providers ` . As an example:
155
155
156
156
``` bash
You can’t perform that action at this time.
0 commit comments