Skip to content

Instantly share code, notes, and snippets.

View ivantw08's full-sized avatar

Wu Yu sheng ivantw08

  • WistronITS
  • Taipei
View GitHub Profile
@ivantw08
ivantw08 / angular material
Last active November 25, 2021 22:28
A module with all Angular module.
//Simply to import to app.module.ts and start to use all angular
// by this way is easier to maintenance you app.module
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
import {MatCheckboxModule} from '@angular/material';
import {MatButtonModule} from '@angular/material';
import {MatInputModule} from '@angular/material/input';
import {MatAutocompleteModule} from '@angular/material/autocomplete';
import {MatDatepickerModule} from '@angular/material/datepicker';
import {MatFormFieldModule} from '@angular/material/form-field';
@ivantw08
ivantw08 / clock-practice.markdown
Last active June 24, 2017 06:06
clock Practice
@ivantw08
ivantw08 / index.pug
Last active June 22, 2017 07:22
Moon&Star
.space
.moon
.hole
.hole
.hole
.hole
.moon2
.blue
.yellow