2
0

starting project

This commit is contained in:
2018-05-10 16:49:14 +02:00
parent f8ca65d771
commit c46c23979d
8 changed files with 256 additions and 32 deletions

View File

@@ -1,9 +1,10 @@
import { Component } from '@angular/core';
import * as d3 from 'd3';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'app';