Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.
/ HeroloLib Public archive

Simple book library utilizing rxjs Observables, angular new cdk and more

License

Notifications You must be signed in to change notification settings

ronnetzer/HeroloLib

Repository files navigation

HeroloLibrary

Live Demo

This project was generated with Angular CLI version 1.5.0.

Usage

This application uses NY Times API to fetch data. you'll need a key that you can get from here

When you recieved your key just import the NYTModule and initialized it with the key

import { NytApiModule } from './modules/nyt-api';
@NgModule({
  imports: [
    ...,
    NytApiModule.forRoot({ api_key: 'YOUR_API_KEY' })
  ],
  ...})
export class AppModule {}

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.

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.

About

Simple book library utilizing rxjs Observables, angular new cdk and more

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published