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.
143143
144144# <a name =" providers " >Providers</a >
145145Adding 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
147147providers it doesn't want.
148148
149149The ` providers.js ` file will always be overwritten by the ` install ` / ` uninstall ` process. It
150150needs to exist for toolings to be able to understand dependencies. These providers are global
151151to the application.
152152
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 `
154154flag during installation, or can change the dependencies by using ` ng providers ` . As an example:
155155
156156``` bash
You can’t perform that action at this time.
0 commit comments