Skip to content

Instantly share code, notes, and snippets.

//http://www.siraj360.com/ng2/ :: A single page application developed with Angular 2 (beta) and Bootstrap 4 (alpha).
import { Component, View, Input, Output, EventEmitter } from 'angular2/core';
import { CORE_DIRECTIVES, NgClass } from 'angular2/common';
@Component({
selector: 'rating'
})
@View({
//http://www.siraj360.com/ng2/ :: A single page application developed with Angular 2 (beta) and Bootstrap 4 (alpha).
<div class="row">
<div class="jumbotron bg-inverse" style="background-color:#eb7d00">
<div class="container">
<h5><b><span class="label label-primary label-pill">Let's Do Something Awesome!</span></b></h5>
<h1 class="display-3">ng2 & BS4 in action!</h1>
<h4>A sample single page application developed with Angular 2 (beta) and Bootstrap 4 (alpha).</h4>
<h4>
Code snippets/files are at <a class="label label-danger"
href="https://gist.github.com/SirajGadhia"