@angular/flex-layout

  • Version 15.0.0-beta.42
  • Published
  • 2.31 MB
  • 1 dependency
  • MIT license

Install

npm i @angular/flex-layout
yarn add @angular/flex-layout
pnpm add @angular/flex-layout

Overview

Angular Flex-Layout =======

Index

Variables

variable VERSION

const VERSION: Version;
  • Current version of Angular Flex-Layout.

Classes

class FlexLayoutModule

class FlexLayoutModule {}
  • FlexLayoutModule -- the main import for all utilities in the Angular Layout library * Will automatically provide Flex, Grid, and Extended modules for use in the application * Can be configured using the static withConfig method, options viewable on the Wiki's Configuration page

constructor

constructor(serverModuleLoaded: boolean, platformId: Object);

    property ɵfac

    static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutModule, never>;

      property ɵinj

      static ɵinj: i0.ɵɵInjectorDeclaration<FlexLayoutModule>;

        property ɵmod

        static ɵmod: i0.ɵɵNgModuleDeclaration<
        FlexLayoutModule,
        never,
        [any, any, any],
        [any, any, any]
        >;

          method withConfig

          static withConfig: (
          configOptions: LayoutConfigOptions,
          breakpoints?: BreakPoint | BreakPoint[]
          ) => ModuleWithProviders<FlexLayoutModule>;
          • Initialize the FlexLayoutModule with a set of config options, which sets the corresponding tokens accordingly

          Package Files (3)

          Dependencies (1)

          Dev Dependencies (0)

          No dev dependencies.

          Peer Dependencies (5)

          Badge

          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@angular/flex-layout.

          • Markdown
            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@angular/flex-layout)
          • HTML
            <a href="https://www.jsdocs.io/package/@angular/flex-layout"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>