Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

KishoreIthadi/Angular2-Components

Repository files navigation

Angular2-Components

This project consists of angular2 components like pagination, rating etc.

Examples

https://kishoreithadi.github.io/Angular2-Components/

GitHub

You can view and download the source code from

https://github.com/KishoreIthadi/Angular2-Components

Components

Components
pagination
rating
messages

Getting started

Step 1: Install Angular2-Comps Package

npm install --save Angular2-Comps

Step 2: Configuring SystemJS

If your project is using SystemJS for module loading, you will need to add angular2-comps to the SystemJS configuration:

System.config({
 // existing configuration options
 map: {
 ...
 'angular2-comps': 'npm:angular2-comps/index.js',
 ...
 },
 defaultJSExtensions: true
});

Step 3: Import the Module

Add components as an declarations in your app's root NgModule.

import { Angular2CompsModule } from 'angular2-comps'
 
@NgModule({
 ...
 imports: [Angular2CompsModule],
 ...
})
export class AppModule { }

Step 4: Include BootStrap & Font Awesome

Include bootstrap & font Awesome links for giving default styles. Later you can override the default styles based on your requirement.

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

About

Angular2 Components like Pagination, Rating, Messages etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /