1.2.4 • Published 6 years ago

ng2-ksf v1.2.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

NG KSF - Angular directives specific to Bootstrap 3

Welcome to the Angular version of the Angular UI KSF library. This library is being built from scratch by the ui-bootstrap team. We are using TypeScript and targeting the Bootstrap 3 CSS framework.

As with Bootstrap, this library is a work in progress. Please check out our list of issues to see all the things we are implementing. Feel free to make comments there.

Table of Contents

Dependencies

Installation

After installing the above dependencies, install ng2-ksf via:

npm install --save ng2-ksf

Once installed you need to import our main module:

import {KsfModule} from 'ng2-ksf';

Other modules in your application can simply import KsfModule:

import {KsfModule} from 'ng2-ksf';

@NgModule({
  declarations: [OtherComponent, ...],
  imports: [KsfModule, ...], 
})
export class OtherModule {
}

SystemJS

If you are using SystemJS, you should also adjust your configuration to point to the UMD bundle.

In your systemjs config file, map needs to tell the System loader where to look for ng2-ksf:

map: {
  'ng2-ksf': 'npm:ng2-ksf/bundles/ng2-ksf.umd.js',
}

Example

  • ksf-panel
    <ksf-panel title="My Title Panel">
    </ksf-panel>
1.2.4

6 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago