Skip to content

Instantly share code, notes, and snippets.

View eduardosi25's full-sized avatar
🌍
Working from somewhere in the world..

eduardo silve eduardosi25

🌍
Working from somewhere in the world..
View GitHub Profile
@eduardosi25
eduardosi25 / app.module.ts
Last active August 2, 2019 16:37
app.module.ts
import { BrowserModule } from '@angular/platform-browser';
import { NgModule, Component } from '@angular/core';
@Component({
selector: 'app-component',
styles: [`
* {
box-sizing: border-box;
}