mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1555] add animation on show and hide of results (#2343)
* add animation on show and hide of results make the style similar to the other material 2 menu fix issue popup always stays on the screen fix Search does not collapse if its input is focused * minor code style issues * minors fix and test fix * fix app.config.json error in test * update beta10 mat-menu-base method * karma configuration all
This commit is contained in:
committed by
Popovics András
parent
7157d60ed0
commit
cd46a589e1
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ecmHost": "http://{hostname}:{port}/ecm",
|
||||
"bpmHost": "http://{hostname}:{port}/bpm"
|
||||
}
|
@@ -20,7 +20,8 @@ module.exports = function (config) {
|
||||
{pattern: 'karma-test-shim.js', watched: false},
|
||||
{pattern: './src/assets/**/*.*', included: false, served: true, watched: false},
|
||||
{pattern: './src/i18n/**/*.*', included: false, served: true, watched: false},
|
||||
{pattern: './src/**/*.ts', included: false, served: true, watched: false}
|
||||
{pattern: './src/**/*.ts', included: false, served: true, watched: false},
|
||||
{pattern: './config/app.config.json', included: false, served: true, watched: false}
|
||||
],
|
||||
|
||||
webpack: (config.mode === 'coverage') ? require('./webpack.coverage') : require('./webpack.test'),
|
||||
@@ -31,6 +32,10 @@ module.exports = function (config) {
|
||||
|
||||
port: 9876,
|
||||
|
||||
proxies: {
|
||||
'/app.config.json': '/base/config/app.config.json'
|
||||
},
|
||||
|
||||
// level of logging
|
||||
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
|
||||
logLevel: config.LOG_INFO,
|
||||
|
Reference in New Issue
Block a user