Support files for "Building web apps powered by Angular 2 using Visual Studio 2017" Session
- 1 - html-mock: This is the "reference" design static html site from which the angular app will be built.
- 2 - just-html: These are the source files that can be added to a new app to implement a static data/html version of the mock using angular components
- 3 - with-data: These are source files and snippets that extend the capability of the angular and webapi parts of the app to use live data from the server
- 4 - completed-sample: This is a version of the app that includes all of the above files and is ready for deployment.