ri-flex-layout
Version:
An alternative library to Angular's deprecated [angular-flex-layout](https://github.com/angular/flex-layout) library. `ri-flex-layout` helps you achieve responsive layouts in Angular applications with minimal code changes.
17 lines (16 loc) • 993 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "ri-flex-layout/src/lib/core";
import * as i2 from "./show-hide/show-hide";
import * as i3 from "./class/class";
import * as i4 from "./style/style";
import * as i5 from "./img-src/img-src";
/**
* *****************************************************************
* Define module for the Extended API
* *****************************************************************
*/
export declare class RIExtendedModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RIExtendedModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RIExtendedModule, never, [typeof i1.CoreModule, typeof i2.RIDefaultShowHideDirective, typeof i3.RIDefaultClassDirective, typeof i4.RIDefaultStyleDirective, typeof i5.RIDefaultImgSrcDirective], [typeof i2.RIDefaultShowHideDirective, typeof i3.RIDefaultClassDirective, typeof i4.RIDefaultStyleDirective, typeof i5.RIDefaultImgSrcDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RIExtendedModule>;
}