The files contained in this folder are the source files for the samples. The samples are generated by combining partial HTML files with the template file and are ultimately placed in the samples folder off the root of this repository.
When you are developing samples you should use grunt watch which automatically rebuilds the samples any time you make a change to any file associated with the samples.
If you want to manually build the samples you can run grunt generate:default.
Sample HTML files are available under the src folder and require that you use a few placeholder tokens in order to build pages correctly.
|styles|: Used to addlinkandstyleelements to the top of the page inside theheadelement|content|: Used to add the main markup of the page|scripts|: Used to add scripts at the end of the page
Note: In order for relative links to work on your machine the same way they work on the server (github.io) you need to run the samples from a root directory named igniteui-angular.