Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.
/ tour-of-heroes Public archive

The Angular Tour of Heroes project converted to Composition

License

Notifications You must be signed in to change notification settings

composor/tour-of-heroes

Repository files navigation

heroes

Author: rbiggs

(c) 2018 All Rights Reserved

This project is created using Composi. You can learn more about Composi and how to use it at its website.

This is a conversion of the Angular Tour of Heroes:

Angular Tutorial Live Example

-We rebuild this using Composi. For routing we used composi-router, an NPM module that provides client side routing. We set up the routes using the app's main component's componentWasCreated lifecycle hook. Routes allow us to easily render the different sub-components with conditional logic. We rebuild this using Compo

Getting Up and Running

In order to build this project you need to install its dependencies. Use the terminal to cd to this folder. Then run:

npm i

After NPM finishes installing, you can build and run it:

npm start

This will open your built project in your default browser.

About

The Angular Tour of Heroes project converted to Composition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published