Skip to content

vuesomedev/todomvc-angular

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
e2e
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TodoMVC built with Angular and NgRx

Build Status Dependencies Status

The well-known TodoMVC built with Angular and NgRx in a structured and testable way.

TodoMVC Angular

Edit and try it out online

Concepts and tools covered

Usage

After installing the dependencies the following NPM scripts become available:

  • start: starts the application in development mode on http://localhost:9100
  • build: bundles the application for production into the dist folder
  • test: runs unit and E2E tests
  • test:unit: runs unit tests with Karma and Jasmine in the src folder suffixed with *.spec.ts
  • test:e2e: runs E2E tests with Protractor in the e2e/src folder suffixed with *.spec.ts
  • format: formats the code with Prettier within the src folder
  • lint: lint files with TSLint based on Codelyzer and the Prettier config

Component architecture

Architecture

Application is compatible with Augury devtools and Redux devtools

Series

This implementation is part of a series where the same application was implemented with the same architecture.