Source

lib/public-apis.ts

import '@decaf-ts/ui-decorators';
export * from './components';
export * from './engine';
export * from './directives';
export * from './helpers';
export * from './for-angular.module';
/**
 * @description Angular integration for the Decaf framework
 * @summary This module provides Angular components and services for integrating with the Decaf framework.
 * It includes components for rendering models, CRUD operations, and form handling, as well as
 * rendering engines and utility functions to facilitate Angular application development with Decaf.
 * @module for-angular
 */