Class

ForAngularCommonModule

ForAngularCommonModule()

Constructor

# new ForAngularCommonModule()

The ForAngularCommonModule provides the core functionality for integrating Decaf with Angular applications. It imports and exports common Angular and Ionic components and modules needed for Decaf applications, including form handling, translation support, and Ionic UI components. This module can be imported directly or via the forRoot() method for proper initialization in the application's root module.

Main Angular module for the Decaf framework.

View Source lib/for-angular-common.module.ts, line 244

Example
// In your app module: