library1603
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "library1603", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "ng": "ng", |
@@ -11,3 +11,3 @@ import { Component, OnInit } from '@angular/core'; | ||
<div *ngIf="!view"> | ||
<lib-component2></lib-component2> | ||
<lib-component1></lib-component1> | ||
</div> | ||
@@ -14,0 +14,0 @@ `, |
import { BrowserModule } from '@angular/platform-browser'; | ||
import { NgModule } from '@angular/core'; | ||
import { TestLibraryModule } from 'test-library'; | ||
import { AppRoutingModule } from './app-routing.module'; | ||
@@ -13,3 +13,4 @@ import { AppComponent } from './app.component'; | ||
BrowserModule, | ||
AppRoutingModule | ||
AppRoutingModule, | ||
TestLibraryModule | ||
], | ||
@@ -16,0 +17,0 @@ providers: [], |
Sorry, the diff of this file is not supported yet
52
833
30573