Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayakarabula/highlight-quoted-text
Example application in Angular 5 with Typescript, highlights given text in an article
https://github.com/mayakarabula/highlight-quoted-text
Last synced: 1 day ago
JSON representation
Example application in Angular 5 with Typescript, highlights given text in an article
- Host: GitHub
- URL: https://github.com/mayakarabula/highlight-quoted-text
- Owner: mayakarabula
- Created: 2018-03-10T13:42:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T14:50:08.000Z (over 6 years ago)
- Last Synced: 2024-10-24T18:35:51.398Z (21 days ago)
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Highlight Quoted Text
Project was bootstrapped with Angular CLI
## First install dependencies
Run `npm install`
## Development server
Run `npm start` or `ng serve --sourcemap -o`
## Running unit tests
Run `npm run test` or `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `npm run e2e` or `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Running lint
Run `npm run lint` or `ng lint` to check code correctness with tslint.