When contributing to this repository, please first discuss the change you wish to make by opening a new issue on this repository.
An Angular library for Fluent.
An Angular app to play with the ngx-fluent
library locally.
Install dependencies
npm install
Prepare 2 terminals for:
- Building the
ngx-fluent
library in watch mode - Running the
ngx-fluent-example
app
Build the library in watch mode
npm run build -- ngx-fluent --watch
Run the app
npm start
Just simply run the command below.
npm test
If you're using WSL, Karma will throw an error stating that it cannot find chrome. Follow this StackOverflow question on how to resolve this but the main idea is you need to set an environment variable on your WSL that points to the host machine's Chrome executable.