@anchorsolutions/translator

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.

Usage no npm install needed!

<script type="module">
  import anchorsolutionsTranslator from 'https://cdn.skypack.dev/@anchorsolutions/translator';
</script>

README

Translator module

This module provides developers with the ability to manage translations in angular applications.

How to use

  • npm i @anchorsolutions/translator --save.

Importing into an existing app

in app.module.ts

import { TranslateModule } from '@anchorsolutions/translator';

imports: [
   ...,
   TranslateModule.forRoot(FireStoreService)
],