Giter Site home page Giter Site logo

ng2-ksf's Introduction

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>

ng2-ksf's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.