/book-collection

book-collection

Primary LanguageTypeScript

Books Collection

Sub Module: Book Module

I use BehaviorSubject pattern inside of book.service for adding and displaying.

Dumb Components

  • add-book.component - reactive form for adding a new book. (Angular Material Form)
  • book-list.component - list of books
  • book.component - book item (Angular Material Card)

Container Component

  • collection.component

Setup

This project was generated with Angular CLI version 7.1.0.

run yarn or npm install to download node modules.

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.