2
0

logic splitted into directives and components

This commit is contained in:
2018-05-23 09:14:52 +02:00
parent 06764e3e7f
commit b18c196610
14 changed files with 148 additions and 22 deletions

View File

@@ -3,7 +3,10 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false
production: false,
guilloche: {
colors: ['#cc0045', '#0067cc']
}
};
/*