From 753e8a3c246b0dad1b4e8a0b1543aeb6a4905a38 Mon Sep 17 00:00:00 2001 From: Michael O'Sullivan Date: Sun, 22 Apr 2018 14:38:39 +0100 Subject: [PATCH 1/6] Added a MichaelComponent as per Project Sheet 1. --- .angular-cli.json | 1 + .idea/modules.xml | 1 + .idea/workspace.xml | 285 +++++++++------------- src/app/app.component.html | 1 + src/app/app.module.ts | 3 +- src/app/app.routing.module.ts | 2 + src/app/michael/michael.component.html | 54 ++++ src/app/michael/michael.component.scss | 18 ++ src/app/michael/michael.component.ts | 28 +++ src/assets/styles/styles-app-loading.scss | 33 +++ src/index.html | 12 +- 11 files changed, 261 insertions(+), 177 deletions(-) create mode 100644 src/app/michael/michael.component.html create mode 100644 src/app/michael/michael.component.scss create mode 100644 src/app/michael/michael.component.ts create mode 100644 src/assets/styles/styles-app-loading.scss diff --git a/.angular-cli.json b/.angular-cli.json index 6efa3c7..74735f3 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -20,6 +20,7 @@ "prefix": "app", "styles": [ "assets/styles/styles.scss", + "assets/styles/styles-app-loading.scss", "theme.scss" ], "scripts": [], diff --git a/.idea/modules.xml b/.idea/modules.xml index 05997fb..3dbb431 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,6 +3,7 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5f437be..43bc861 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,39 +2,17 @@ - - - - - - - + + + + + - - - - - - - - - - - - - + - - - - - - - - @@ -49,91 +27,23 @@ - - + + - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -165,7 +75,6 @@ @@ -197,12 +110,14 @@ - + + - @@ -241,7 +156,7 @@ - + @@ -234,7 +193,7 @@ - @@ -253,12 +212,24 @@ + + + + + + + + + + + + @@ -272,14 +243,6 @@ - - - - - - - - @@ -312,7 +275,6 @@ - @@ -343,7 +305,6 @@ - @@ -373,7 +334,6 @@ - @@ -404,7 +364,6 @@ - @@ -476,7 +435,6 @@ - @@ -495,15 +453,6 @@ - - - - - - - - - @@ -511,7 +460,6 @@ - @@ -534,84 +482,85 @@ - - + - - - + + - + - - + + - + + - - + + - + - - - - - + + + - + - - - - - + + + - + - - + + - + - - + + - + - - - - - + + + - - + + + + + + + + + + From 395e15ad15e800c95f67656798c200b6ae0ff758 Mon Sep 17 00:00:00 2001 From: Michael O'Sullivan Date: Sun, 22 Apr 2018 14:56:29 +0100 Subject: [PATCH 3/6] Even more updates. --- .idea/codeStyles/Project.xml | 13 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/git_beginners.iml | 13 - .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/modules.xml | 9 - .idea/vcs.xml | 6 - .idea/watcherTasks.xml | 4 - .idea/workspace.xml | 569 ------------------- 8 files changed, 625 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/git_beginners.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 9d37517..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/git_beginners.iml b/.idea/git_beginners.iml deleted file mode 100644 index 69ef67a..0000000 --- a/.idea/git_beginners.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 1beadde..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 3dbb431..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index fb0d65a..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index fde21cf..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,569 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - h1 - @ - icon - banner-title - app.component - - - $PROJECT_DIR$ - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -