Static Functions
12 Sep 20251 minute to read
Root static functions of Base Library
Template
Property decorator for angular.
Returns PropertyDecorator
compile
Angular Template Compiler
Returns Object
ComponentMixins
Decorator function to apply mixins to a derived class.
| Parameter | Type | Description |
|---|---|---|
| baseClass | Function[] |
An array of mixin classes to be applied to the derived class. |
Returns ClassDecorator
applyMixins
Angular Utility Module
| Parameter | Type | Description |
|---|---|---|
| derivedClass | any |
The derived class to which mixins are applied. |
| baseClass | any[] |
An array of base classes whose methods are applied as mixins. |
Returns void