open unicode converter implementation
Try the application here: https://www.sinhalaunicode.org
I wanted to create a Unicode converter that is truly free, opensource and most importantly, Configurable. First I went through some of the applications I found on the internet.
Their Disadvantages:
So I came up with “Open Unicode Converter” solution, with a configurable and extensible (for other languages) FOSS implementation along with “Sinhala Unicode Converter” implementation and a simple web UI to showcase the capabilities.
Features:
This project was generated with Angular CLI version 7.3.4. Support Angular version 8.0.0
Make sure global binary path of npm or yarn is included in the PATH
environment variable
// using npm
npm install -g @angular/cli
// using yarn
yarn global add @angular/cli
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.