remove old component
This commit is contained in:
parent
98a95a60f1
commit
d474f9ef83
@ -1,3 +0,0 @@
|
|||||||
<p>
|
|
||||||
paragraph works!
|
|
||||||
</p>
|
|
@ -1,24 +0,0 @@
|
|||||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
||||||
import { IonicModule } from '@ionic/angular';
|
|
||||||
|
|
||||||
import { ParagraphComponent } from './paragraph.component';
|
|
||||||
|
|
||||||
describe('ParagraphComponent', () => {
|
|
||||||
let component: ParagraphComponent;
|
|
||||||
let fixture: ComponentFixture<ParagraphComponent>;
|
|
||||||
|
|
||||||
beforeEach(async(() => {
|
|
||||||
TestBed.configureTestingModule({
|
|
||||||
declarations: [ ParagraphComponent ],
|
|
||||||
imports: [IonicModule.forRoot()]
|
|
||||||
}).compileComponents();
|
|
||||||
|
|
||||||
fixture = TestBed.createComponent(ParagraphComponent);
|
|
||||||
component = fixture.componentInstance;
|
|
||||||
fixture.detectChanges();
|
|
||||||
}));
|
|
||||||
|
|
||||||
it('should create', () => {
|
|
||||||
expect(component).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
@ -1,14 +0,0 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
|
||||||
|
|
||||||
@Component({
|
|
||||||
selector: 'app-paragraph',
|
|
||||||
templateUrl: './paragraph.component.html',
|
|
||||||
styleUrls: ['./paragraph.component.scss'],
|
|
||||||
})
|
|
||||||
export class ParagraphComponent implements OnInit {
|
|
||||||
|
|
||||||
constructor() { }
|
|
||||||
|
|
||||||
ngOnInit() {}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user