Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created August 8, 2016 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/709251fad8b2b40b28b96a231aa88fd6 to your computer and use it in GitHub Desktop.
Save matthieu-D/709251fad8b2b40b28b96a231aa88fd6 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'home', // <home></home>
styles:[require('animate.css')],
templateUrl: '<h1 class="animated infinite bounce">Example</h1> '
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment