ngx-forge
Advanced tools
Comparing version 0.0.16-development to 0.0.17-development
{ | ||
"name": "ngx-forge", | ||
"version": "0.0.16-development", | ||
"version": "0.0.17-development", | ||
"description": "Forge services for Angular v2 and up", | ||
@@ -96,2 +96,3 @@ "main": "bundles/ngx-forge.js", | ||
"extract-text-webpack-plugin": "2.1.0", | ||
"file-loader": "^1.1.5", | ||
"gulp": "3.9.1", | ||
@@ -98,0 +99,0 @@ "gulp-changed": "2.0.0", |
@@ -14,3 +14,3 @@ import { DefaultValueAccessor } from '@angular/forms'; | ||
export declare class ProjectSelectConfig { | ||
classes: string[]; | ||
classes?: string[]; | ||
techPreview: string[]; | ||
@@ -17,0 +17,0 @@ renderType: string; |
@@ -32,3 +32,8 @@ var __extends = (this && this.__extends) || (function () { | ||
function ProjectSelect() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
var _this = _super !== null && _super.apply(this, arguments) || this; | ||
_this.config = { | ||
techPreview: ['Node'], | ||
renderType: 'title' | ||
}; | ||
return _this; | ||
} | ||
@@ -81,3 +86,3 @@ ProjectSelect.prototype.writeValue = function (value) { | ||
function ProjectSelectConfig() { | ||
this.classes = []; | ||
this.classes = ['Node', 'Spring', 'WildFly', 'Eclipse']; | ||
this.techPreview = []; | ||
@@ -84,0 +89,0 @@ this.renderType = 'title'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3373152
51
71073
82