https://github.com/pdbeurope/pdb-search-autocomplete
PDB Autocomplete Angular component
https://github.com/pdbeurope/pdb-search-autocomplete
Last synced: 8 months ago
JSON representation
PDB Autocomplete Angular component
- Host: GitHub
- URL: https://github.com/pdbeurope/pdb-search-autocomplete
- Owner: PDBeurope
- License: apache-2.0
- Created: 2017-07-10T15:31:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T12:29:11.000Z (about 8 years ago)
- Last Synced: 2024-12-28T03:42:10.581Z (9 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDB Search Autocomplete
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.1.1.
## Setup project
Clone the Git Repository and run `npm install`. To run the Development server or Build refer the steps provided below.
## Development server
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.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
## Build
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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.## License
The code is released under the Apache License Version 2.0. You can find out more about it at http://www.apache.org/licenses/LICENSE-2.0 or within the license file of the repository.