Signed-off-by: Tiago Melo <tmelo@suse.com>
"maximumWarning": "6kb"
}
],
- "localize": [
- "cs"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "cs"
+ ],
+ "outputPath": "dist"
+ },
"de-DE": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "de-DE"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "de-DE"
+ ],
+ "outputPath": "dist"
+ },
"en-US": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "en-US"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "en-US"
+ ],
+ "outputPath": "dist"
+ },
"es-ES": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "es-ES"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "es-ES"
+ ],
+ "outputPath": "dist"
+ },
"fr-FR": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "fr-FR"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "fr-FR"
+ ],
+ "outputPath": "dist"
+ },
"id-ID": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "id-ID"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "id-ID"
+ ],
+ "outputPath": "dist"
+ },
"it-IT": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "it-IT"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "it-IT"
+ ],
+ "outputPath": "dist"
+ },
"ja-JP": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "ja-JP"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "ja-JP"
+ ],
+ "outputPath": "dist"
+ },
"ko-KR": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "ko-KR"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "ko-KR"
+ ],
+ "outputPath": "dist"
+ },
"pl-PL": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "pl-PL"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "pl-PL"
+ ],
+ "outputPath": "dist"
+ },
"pt-BR": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "pt-BR"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "pt-BR"
+ ],
+ "outputPath": "dist"
+ },
"zh-CN": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "zh-CN"
- ],
- "outputPath": "dist"},
+ "localize": [
+ "zh-CN"
+ ],
+ "outputPath": "dist"
+ },
"zh-TW": {
"budgets": [
{
"maximumWarning": "6kb"
}
],
- "localize": [
- "zh-TW"
- ],
- "outputPath": "dist"}
+ "localize": [
+ "zh-TW"
+ ],
+ "outputPath": "dist"
+ }
}
},
"serve": {
"prefix": "cd"
}
},
- "cli": {}
-}
+ "cli": {
+ "analytics": false
+ }
+}
\ No newline at end of file
-import { NgModule, Injectable } from '@angular/core';
+import { Injectable, NgModule } from '@angular/core';
import { ActivatedRouteSnapshot, PreloadAllModules, RouterModule, Routes } from '@angular/router';
import * as _ from 'lodash';