iage.brochure
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -11,3 +11,2 @@ 'use strict'; | ||
var core_1 = require("@angular/core"); | ||
var common_1 = require("@angular/common"); | ||
var ivy_angular_turn_js_1 = require("ivy.angular.turn-js"); | ||
@@ -17,3 +16,2 @@ var brochure_component_1 = require("./src/Components/Brochure/brochure.component"); | ||
var imports = [ | ||
common_1.CommonModule, | ||
ivy_angular_turn_js_1.IvyAngularTurnJsModule | ||
@@ -20,0 +18,0 @@ ]; |
@@ -13,3 +13,2 @@ 'use strict'; | ||
let imports: any[] = [ | ||
CommonModule, | ||
IvyAngularTurnJsModule | ||
@@ -16,0 +15,0 @@ ]; |
{ | ||
"name": "iage.brochure", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Brochure component for IAGE", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -21,11 +21,7 @@ import 'jasmine'; | ||
imports: [ | ||
//IageAngularBrochureModule | ||
IvyAngularTurnJsModule | ||
], | ||
providers: [ | ||
IageBrochureComponent | ||
IageAngularBrochureModule | ||
] | ||
}); | ||
fixture = TestBed.get(IageBrochureComponent); | ||
fixture = TestBed.createComponent(IageBrochureComponent); | ||
sut = fixture.componentInstance; | ||
@@ -32,0 +28,0 @@ }); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
581017
359