Sample Project
Last updated
Last updated
The WireBootstrap for Angular solution includes a sample project that demonstrates how to use WireBootstrap within the Angular framework.
The sample is a standard Angular project .
The classes needed for the sample are registered in the application's module file at \src\app\app.module.ts
.
The example page view components in the sample are used in the \src\app\app.component.html
template.
This data and the classes supporting data access are located in the project at \src\app\sample\data
.
The sample data used in the project is the same data used in the theme project.
The data service at \src\app\sample\data\sample-data-service.ts
defines a that uses the sample data source. This service is imported and defined as an Angular component provider in the example page view components.