docs(react): change word "Angular" to "React" (#27140)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> "Hence we can easily import them into other libraries and our Angular application. As an example, let's use the pre-generated ProductsComponent component from our libs/products library." It's a tutorial providing a React project example, I think "Angular" is typing wrong ## Current Behavior Hence we can easily import them into other libraries and our **Angular** application. As an example, let's use the pre-generated ProductsComponent component from our libs/products library. ## Expected Behavior Hence we can easily import them into other libraries and our **React** application. As an example, let's use the pre-generated ProductsComponent component from our libs/products library.
This commit is contained in:
parent
b3d75091cc
commit
fa976e04c8
@ -430,7 +430,7 @@ All libraries that we generate automatically have aliases created in the root-le
|
||||
}
|
||||
```
|
||||
|
||||
Hence we can easily import them into other libraries and our Angular application. As an example, let's use the pre-generated `ProductsComponent` component from our `libs/products` library.
|
||||
Hence we can easily import them into other libraries and our React application. As an example, let's use the pre-generated `ProductsComponent` component from our `libs/products` library.
|
||||
|
||||
You can see that the `Products` component is exported via the `index.ts` file of our `products` library so that other projects in the repository can use it. This is our public API with the rest of the workspace. Only export what's really necessary to be usable outside the library itself.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user