docs(angular): add localize package content (#6945)
parent
e258c3b668
commit
ecd743c88e
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Localize Package |
||||
|
||||
To take advantage of the localization features of Angular, use the Angular CLI to add the `@angular/localize` package to your project. If `@angular/localize` is not installed and you try to build a localized version of your project (for example, while using the i18n attributes in templates), the Angular CLI will generate an error, which would contain the steps that you can take to enable i18n for your project. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Add the localize package](https://angular.dev/guide/i18n/add-package) |
||||
- [@video@Learn to Internationalize Your Angular Apps with @angular/localize](https://www.youtube.com/watch?v=5h7HPY1OMfU) |
||||
- [@video@Multi-Language Support in Angular: A Guide to Localization and Internationalization](https://www.youtube.com/watch?v=ouI21AyJ9tE) |
||||
|
Loading…
Reference in new issue