Skip to content

Instantly share code, notes, and snippets.

View kampana's full-sized avatar

Uri Shmueli kampana

View GitHub Profile
@Hotell
Hotell / app\app.component.ts
Last active June 26, 2018 12:35
ngMetadata 2.x - with @ngrx/store
import { Component } from 'ng-metadata/core';
@Component({
selector: 'my-app',
template: '<h1>My First Angular 1 App <small>with ng-metadata!</small></h1>'
})
export class AppComponent { }