This is a simple example of how to use Peaks.js in an Angular application.
Note that this is just a demo and not a feature-complete reusable Angular component for Peaks.js.
Ensure you have Node.js 14.3.0 or later installed, then:
git clone [email protected]:chrisn/peaksjs-angular-example.git
cd peaksjs-angular-example
npm install
npm start
You can then open your web browser to view the demo at http://localhost:4200.
Copyright 2022 Chris Needham
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.