/zoe-fb-app

Online package viewer

Primary LanguageHTMLMIT LicenseMIT

Developement process

  • 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.

Screenshots

Coming soon!!

Development sub-projects

How to translate your angular

  1. Add @ngx-translate/core @ngx-translate/http-loader and rxjs to your Angular application
  2. Configure the imports by using TranslateModule
  3. Inject TranslateService in your desired component.
  4. Create JSON translation file like assets/i18n/en.json each language is stored in a separate .json file
  5. Using translations with translation pipe — {{'id' | translate}} or translation directive — <element [translate]="'id'"></element>
  6. Translations with parameters
  7. Switching languages at runtime
  8. Editing JSON files with BabelEdit
  9. Refrences

How to use font in Angular

  1. Install package e.g. npm install --save font-awesome angular-font-awesome
  2. Embebbed any externe font lib to your app e.g.

Inspirations