- Run command
npm install - Open package.json
- Read the scripts command
- Run the script command
start.dev - Implement or Fix the issue
- Test it
- Run the script command
build.prod.githubpage - Go to directory
.git - Commit your Changes
- Push your Commits.
Coming soon!!
- Add
@ngx-translate/core @ngx-translate/http-loader and rxjsto your Angular application - Configure the imports by using
TranslateModule - Inject
TranslateServicein your desired component. - Create JSON translation file like
assets/i18n/en.jsoneach language is stored in a separate .json file - Using translations with translation pipe —
{{'id' | translate}}or translation directive —<element [translate]="'id'"></element> - Translations with parameters
- Switching languages at runtime
- Editing JSON files with BabelEdit
- Refrences
- Install package e.g.
npm install --save font-awesome angular-font-awesome - Embebbed any externe font lib to your app e.g.
-
- Design for Home page
- Design for Card
- Using Bootstrap
-
- Using Language in real project
- Angular Project structure and archictecture
-
Inspiried by Mosh- Shop- App
- Angular Project structure and archictecture
- Using custom table in angular App.