Skip to content

Instantly share code, notes, and snippets.

View leochen0818's full-sized avatar

Leo Chen leochen0818

  • Taiwan, Taipei
View GitHub Profile
@leochen0818
leochen0818 / nagetive-sample-from-style-0101.ts
Last active September 17, 2018 14:57
Angular Style guide nagetive sample from style 01-01
/* avoid */
import { Component, NgModule, OnInit } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
class Hero {
id: number;
name: string;
}