Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 655 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 655 Bytes

vs17-ng2-dnc

Support files for "Building web apps powered by Angular 2 using Visual Studio 2017" Session

Contents

  • 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.