mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-2417] remove tag id as default value from demo shell (#3036)
* remove tag id as default value from demo shell * fix export check script
This commit is contained in:
parent
d867d5f4a9
commit
d8e5e55ffa
demo-shell/src/app/components/tag
lib
@ -24,5 +24,5 @@ import { Component } from '@angular/core';
|
||||
})
|
||||
export class TagComponent {
|
||||
|
||||
nodeId = '74cd8a96-8a21-47e5-9b3b-a1b3e296787d';
|
||||
nodeId = '';
|
||||
}
|
||||
|
5882
lib/config/export-check/export-2.2.0.json
Normal file
5882
lib/config/export-check/export-2.2.0.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,7 @@
|
||||
"export-last-version": "export-new.json",
|
||||
"export-versions": [
|
||||
"export-2.0.0.json",
|
||||
"export-2.1.0.json"
|
||||
"export-2.1.0.json",
|
||||
"export-2.2.0.json"
|
||||
]
|
||||
}
|
||||
|
@ -95,6 +95,7 @@
|
||||
"angular2-template-loader": "0.6.2",
|
||||
"autoprefixer": "6.5.4",
|
||||
"bundlesize": "^0.15.3",
|
||||
"chalk": "^2.3.2",
|
||||
"codelyzer": "4.0.0",
|
||||
"copy-webpack-plugin": "4.0.1",
|
||||
"css-loader": "0.25.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user