Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

This is a simple Angular app showing how to use ReactiveFormsModule with routing system

License

Notifications You must be signed in to change notification settings

HunteRoi/angular-form-examples-with-resolver

Repository files navigation


Logo

Angular Form Examples With Resolver

A complete working site with routing system explaining forms and route-resolvers in Angular!

Table of Contents

About The Project

This project allows you to browse different URLs and see how the code renders from the different implementations. The accessible routes are :

  • /user
  • /user/:id
  • /user-two
  • /user-two/:id

Built With

You will find herebelow the main frameworks and dependencies used by this solution:

  • Angular 8
    • Angular Core
    • Angular Common
    • Angular Forms
    • Angular Router
    • ...
  • RxJs

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Please make sure you have a package manager installed on your device.

Installation

  1. Clone the repo
git clone https://github.com/HunteRoi/angular-form-examples-with-resolver.git
  1. Open the folder with your favorite IDE
  2. Run npm i (or the default command of your favorite package manager in order to install the packages) in a prompt opened from the folder
  3. Serve the app with ng serve -o (the o flag means 'open' and will open your default browser with the application homepage)

License

Distributed under the MIT License. See LICENSE for more information.

About

This is a simple Angular app showing how to use ReactiveFormsModule with routing system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published