This library implements a set of standardized services and components for building search-, exploration- and visualization applications. The primary target of this library is to deliver a good amount of building blocks while also being open to extensions for all kinds of use cases like different back-end services.
Learn about the latest improvements
- Install [Node.js] which includes [Node Package Manager][npm]
Install the Angular CLI globally:
npm install -g @angular/cli
Create workspace:
ng new [PROJECT NAME]
Run the application:
cd [PROJECT NAME]
npm install lens-core lens-components
ng serve
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
Copyright 2019 - 2023 The Samply Community
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.