Angular
Docs HomeProduct SiteSupport
  • WireBootstrap for Angular
  • Installation
  • Sample Project
  • WireBootstrap Angular Component
    • Property Binding
    • Code Binding
Powered by GitBook
On this page
  • Pipeline
  • Data
  • Data Service

Sample Project

PreviousInstallationNextWireBootstrap Angular Component

Last updated 3 years ago

The WireBootstrap for Angular solution includes a sample project that demonstrates how to use WireBootstrap within the Angular framework.

Pipeline

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.

Data

This data and the classes supporting data access are located in the project at \src\app\sample\data.

Data Service

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.

WireBootstrap for Gentelella
DataSet
created with the Angular CLI
app.module.ts
app.component.html
example1.component.ts