Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 6, 2019. It is now read-only.
/example-appPublic archive

Example app showcasing the ngrx platform

License

NotificationsYou must be signed in to change notification settings

ngrx/example-app

Repository files navigation



@ngrx example application

Example application utilizing @ngrx libraries, showcasing common patterns and best practices.Take a look at thelive app.

This app is a book collection manager. Using the Google Books API, the user can search forbooks and add them to their collection. This application utilizes@ngrx/dbto persist the collection across sessions;@ngrx/store to managethe state of the app and to cache requests made to the Google Books API;@angular/router to manage navigation between routes;@ngrx/effects to isolate side effects.

Built with@angular/cli

Included

Quick start

# clone the repogit clone https://github.com/ngrx/example-app.git# change directory to repocd example-app# Use npm or yarn to install the dependencies:npm install# ORyarn# start the serverng serve

Navigate tohttp://localhost:4200/ in your browser

NOTE: The above setup instructions assume you have added local npm bin folders to your path.If this is not the case you will need to install the Angular CLI globally.

About

Example app showcasing the ngrx platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors21


[8]ページ先頭

©2009-2025 Movatter.jp