This commit is contained in:
Alexis Lahouze 2017-07-30 16:33:38 +02:00
parent 745eee03c5
commit 08a35f0d2c
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
import {
AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild
} from '@angular/core';
import { NgForm } from '@angular/forms';
import { Operation } from './operation';