@ng-bootstrap/ng-bootstrap

  • Version 20.0.0
  • Published
  • 1.61 MB
  • 1 dependency
  • MIT license

Install

npm i @ng-bootstrap/ng-bootstrap
yarn add @ng-bootstrap/ng-bootstrap
pnpm add @ng-bootstrap/ng-bootstrap

Overview

Angular powered Bootstrap

Index

Classes

class NgbModule

class NgbModule {}

    property ɵfac

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

      property ɵinj

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

        property ɵmod

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

          Type Aliases

          type Placement

          type Placement =
          | 'auto'
          | 'top'
          | 'bottom'
          | 'start'
          | 'left'
          | 'end'
          | 'right'
          | 'top-start'
          | 'top-left'
          | 'top-end'
          | 'top-right'
          | 'bottom-start'
          | 'bottom-left'
          | 'bottom-end'
          | 'bottom-right'
          | 'start-top'
          | 'left-top'
          | 'start-bottom'
          | 'left-bottom'
          | 'end-top'
          | 'right-top'
          | 'end-bottom'
          | 'right-bottom';

            type PlacementArray

            type PlacementArray = Placement | Array<Placement> | string;

              Package Files (2)

              Dependencies (1)

              Dev Dependencies (0)

              No dev dependencies.

              Peer Dependencies (6)

              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/@ng-bootstrap/ng-bootstrap.

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