diff --git a/e2e/app.e2e-spec.ts b/e2e/app.e2e-spec.ts
index 7487cea..4a769da 100644
--- a/e2e/app.e2e-spec.ts
+++ b/e2e/app.e2e-spec.ts
@@ -7,8 +7,8 @@ describe('core-ui App', function() {
page = new CoreUIPage();
});
- it('should display footer containing creativeLabs', () => {
+ it('should display footer containing Wigo4it', () => {
page.navigateTo();
- expect(page.getParagraphText()).toContain('creativeLabs');
+ expect(page.getParagraphText()).toContain('Wigo4it');
});
});
diff --git a/package.json b/package.json
index cb11a42..f29395d 100644
--- a/package.json
+++ b/package.json
@@ -1,21 +1,28 @@
{
- "name": "@coreui/coreui-free-angular-admin-template",
- "version": "2.0.0",
- "description": "CoreUI Free Angular 2+ Admin Template",
+ "name": "@wigo4it/fieldlab-portal",
+ "version": "0.1.0",
+ "description": "Wigo4it Portal, contribution to FieldLab Dienstverlening 2018",
"author": {
- "name": "Łukasz Holeczek",
- "url": "http://holeczek.pl",
- "github": "https://github.com/mrholek",
- "twitter": "https://twitter.com/lukaszholeczek"
+ "name": "Wigo4it",
+ "url": "http://www.wigo4it.nl",
+ "github": "https://github.com/wigo4it"
},
"contributors": [
{
- "name": "Andrzej Kopański",
- "url": "https://github.com/xidedix"
+ "name": "Sjef van Leeuwen",
+ "url": "https://github.com/sjefvanleeuwen"
+ },
+ {
+ "name": "Marco Wiggelinkhuizen",
+ "url": "https://github.com/marcowig"
+ },
+ {
+ "name": "Andrew Bogels",
+ "url": "https://github.com/bogelsa"
}
],
- "homepage": "https://coreui.io/angular",
- "copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
+ "homepage": "http://www.wigo4it.nl",
+ "copyright": "Copyright 2018 Wigo4it",
"license": "MIT",
"scripts": {
"ng": "ng",
diff --git a/src/app/_nav.ts b/src/app/_nav.ts
index 12a3d09..17c83c0 100644
--- a/src/app/_nav.ts
+++ b/src/app/_nav.ts
@@ -2,230 +2,37 @@ export const navItems = [
{
name: 'Dashboard',
url: '/dashboard',
- icon: 'icon-speedometer',
- badge: {
- variant: 'info',
- text: 'NEW'
- }
+ icon: 'icon-speedometer'
},
{
- title: true,
- name: 'Theme'
- },
- {
- name: 'Colors',
- url: '/theme/colors',
- icon: 'icon-drop'
- },
- {
- name: 'Typography',
- url: '/theme/typography',
- icon: 'icon-pencil'
- },
- {
- title: true,
- name: 'Components'
- },
- {
- name: 'Base',
- url: '/base',
- icon: 'icon-puzzle',
- children: [
- {
- name: 'Cards',
- url: '/base/cards',
- icon: 'icon-puzzle'
- },
- {
- name: 'Carousels',
- url: '/base/carousels',
- icon: 'icon-puzzle'
- },
- {
- name: 'Collapses',
- url: '/base/collapses',
- icon: 'icon-puzzle'
- },
- {
- name: 'Forms',
- url: '/base/forms',
- icon: 'icon-puzzle'
- },
- {
- name: 'Pagination',
- url: '/base/paginations',
- icon: 'icon-puzzle'
- },
- {
- name: 'Popovers',
- url: '/base/popovers',
- icon: 'icon-puzzle'
- },
- {
- name: 'Progress',
- url: '/base/progress',
- icon: 'icon-puzzle'
- },
- {
- name: 'Switches',
- url: '/base/switches',
- icon: 'icon-puzzle'
- },
- {
- name: 'Tables',
- url: '/base/tables',
- icon: 'icon-puzzle'
- },
- {
- name: 'Tabs',
- url: '/base/tabs',
- icon: 'icon-puzzle'
- },
- {
- name: 'Tooltips',
- url: '/base/tooltips',
- icon: 'icon-puzzle'
- }
- ]
- },
- {
- name: 'Buttons',
- url: '/buttons',
- icon: 'icon-cursor',
+ name: 'Stadspassen',
+ url: '/stadspas',
+ icon: 'icon-credit-card',
children: [
{
- name: 'Buttons',
- url: '/buttons/buttons',
- icon: 'icon-cursor'
+ name: 'Persoonlijk',
+ url: '/stadspas/stadspas',
+ icon: 'icon-user'
},
{
- name: 'Dropdowns',
- url: '/buttons/dropdowns',
- icon: 'icon-cursor'
- },
- {
- name: 'Brand Buttons',
- url: '/buttons/brand-buttons',
- icon: 'icon-cursor'
+ name: 'Batch',
+ url: '/stadspas/stadspassen',
+ icon: 'icon-layers'
}
]
- },
- {
- name: 'Charts',
- url: '/charts',
- icon: 'icon-pie-chart'
- },
- {
- name: 'Icons',
- url: '/icons',
- icon: 'icon-star',
- children: [
- {
- name: 'CoreUI Icons',
- url: '/icons/coreui-icons',
- icon: 'icon-star',
- badge: {
- variant: 'success',
- text: 'NEW'
- }
- },
- {
- name: 'Flags',
- url: '/icons/flags',
- icon: 'icon-star'
- },
- {
- name: 'Font Awesome',
- url: '/icons/font-awesome',
- icon: 'icon-star',
- badge: {
- variant: 'secondary',
- text: '4.7'
- }
- },
- {
- name: 'Simple Line Icons',
- url: '/icons/simple-line-icons',
- icon: 'icon-star'
- }
- ]
- },
- {
- name: 'Notifications',
- url: '/notifications',
- icon: 'icon-bell',
- children: [
- {
- name: 'Alerts',
- url: '/notifications/alerts',
- icon: 'icon-bell'
- },
- {
- name: 'Badges',
- url: '/notifications/badges',
- icon: 'icon-bell'
- },
- {
- name: 'Modals',
- url: '/notifications/modals',
- icon: 'icon-bell'
- }
- ]
- },
- {
- name: 'Widgets',
- url: '/widgets',
- icon: 'icon-calculator',
- badge: {
- variant: 'info',
- text: 'NEW'
- }
- },
- {
- divider: true
- },
- {
- title: true,
- name: 'Extras',
- },
- {
- name: 'Pages',
- url: '/pages',
- icon: 'icon-star',
- children: [
- {
- name: 'Login',
- url: '/login',
- icon: 'icon-star'
- },
- {
- name: 'Register',
- url: '/register',
- icon: 'icon-star'
- },
- {
- name: 'Error 404',
- url: '/404',
- icon: 'icon-star'
- },
- {
- name: 'Error 500',
- url: '/500',
- icon: 'icon-star'
- }
- ]
- },
- {
+ }
+ /*, {
name: 'Download CoreUI',
url: 'http://coreui.io/angular/',
icon: 'icon-cloud-download',
class: 'mt-auto',
variant: 'success'
- },
+ }*/
+ /*,
{
name: 'Try CoreUI PRO',
url: 'http://coreui.io/pro/angular/',
icon: 'icon-layers',
variant: 'danger'
- }
+ }*/
];
diff --git a/src/app/app.component.css b/src/app/app.component.css
deleted file mode 100644
index e69de29..0000000
diff --git a/src/app/app.component.html b/src/app/app.component.html
deleted file mode 100644
index fa2706a..0000000
--- a/src/app/app.component.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- Welcome to {{ title }}!
-
-
-
-Here are some links to help you start:
-
-
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index 3cd3bab..407fed7 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -40,6 +40,8 @@ import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
import { TabsModule } from 'ngx-bootstrap/tabs';
import { ChartsModule } from 'ng2-charts/ng2-charts';
+import { StadspasModule } from './views/stadspas/stadspas.module';
+
@NgModule({
imports: [
BrowserModule,
@@ -52,7 +54,8 @@ import { ChartsModule } from 'ng2-charts/ng2-charts';
PerfectScrollbarModule,
BsDropdownModule.forRoot(),
TabsModule.forRoot(),
- ChartsModule
+ ChartsModule,
+ StadspasModule
],
declarations: [
AppComponent,
diff --git a/src/app/app.routing.ts b/src/app/app.routing.ts
index 25d05e6..42bf1ee 100644
--- a/src/app/app.routing.ts
+++ b/src/app/app.routing.ts
@@ -51,36 +51,12 @@ export const routes: Routes = [
},
children: [
{
- path: 'base',
- loadChildren: './views/base/base.module#BaseModule'
- },
- {
- path: 'buttons',
- loadChildren: './views/buttons/buttons.module#ButtonsModule'
- },
- {
- path: 'charts',
- loadChildren: './views/chartjs/chartjs.module#ChartJSModule'
+ path: 'stadspas',
+ loadChildren: './views/stadspas/stadspas.module#StadspasModule'
},
{
path: 'dashboard',
loadChildren: './views/dashboard/dashboard.module#DashboardModule'
- },
- {
- path: 'icons',
- loadChildren: './views/icons/icons.module#IconsModule'
- },
- {
- path: 'notifications',
- loadChildren: './views/notifications/notifications.module#NotificationsModule'
- },
- {
- path: 'theme',
- loadChildren: './views/theme/theme.module#ThemeModule'
- },
- {
- path: 'widgets',
- loadChildren: './views/widgets/widgets.module#WidgetsModule'
}
]
}
diff --git a/src/app/containers/default-layout/default-layout.component.html b/src/app/containers/default-layout/default-layout.component.html
index 87d8a05..84f588e 100644
--- a/src/app/containers/default-layout/default-layout.component.html
+++ b/src/app/containers/default-layout/default-layout.component.html
@@ -1,47 +1,27 @@
-
- 35
-
-
-
-
-
-
-
-
+
@@ -58,13 +38,7 @@
-
+
@@ -75,176 +49,22 @@
-
Today
-
-
-
-
-
Meeting with
- Lucas
-
-
- 1 - 3pm
-
- Palo Alto, CA
-
+
Runs
-
-
-
-
Skype with
- Megan
-
+
Batch verwerking
- 4 - 5pm
+
42 passen
- On-line
+
11:34
-
Tomorrow
+
Errors
-
New UI Project -
- deadline
-
-
- 10 - 11pm
-
- creativeLabs HQ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #10 Startups.Garden Meetup
+
Verwerking Persoonlijk
- 1 - 3pm
+
Ongeldige input
+
- Palo Alto, CA
-
-
-
- Team meeting
-
-
- 4 - 6pm
-
- creativeLabs HQ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Lukasz Holeczek
- 1:52 PM
-
-
Lorem ipsum dolor sit amet
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...
-
-
-
-
-
-
-
-
-
-
- Lukasz Holeczek
- 1:52 PM
-
-
Lorem ipsum dolor sit amet
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...
-
-
-
-
-
-
-
-
-
-
- Lukasz Holeczek
- 1:52 PM
-
-
Lorem ipsum dolor sit amet
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...
-
-
-
-
-
-
-
-
-
-
- Lukasz Holeczek
- 1:52 PM
-
-
Lorem ipsum dolor sit amet
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...
-
-
-
-
-
-
-
-
-
-
- Lukasz Holeczek
- 1:52 PM
-
-
Lorem ipsum dolor sit amet
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...
+
Verwerking afgebroken
@@ -254,48 +74,30 @@
Settings
- Option 2
+ Gezinspassen
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-
-
-
-
- Option 3
-
-
-
-
-
-
-
-
-
+
+
- CoreUI © 2018 creativeLabs.
+ Wigo4it © 2018.
Powered by CoreUI for Angular
diff --git a/src/app/views/dashboard/dashboard.component.html b/src/app/views/dashboard/dashboard.component.html
index 67cf666..37a3177 100644
--- a/src/app/views/dashboard/dashboard.component.html
+++ b/src/app/views/dashboard/dashboard.component.html
@@ -1,180 +1,11 @@
-
-
-
-
-
-
-
-
-
-
-
9.823
-
Members online
-
-
-
-
-
-
-
-
-
-
-
-
-
9.823
-
Members online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
9.823
-
Members online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
9.823
-
Members online
-
-
-
-
-
-
-
-
-
-
-
-
Traffic
-
November 2017
-
-
-
-
- Day
- Month
- Year
-
-
-
-
-
-
-
-
-
+
-
-
+
+
Traffic
-
89k
-
friends
+
3
+
Active Procs
+
-
-
+
+
Traffic
-
973k
-
followers
+
12
+
Queues
-
1.792
-
tweets
+
3
+
Services
+
-
-
+
+
Traffic
-
500+
-
contacts
+
6
+
SAGAS
-
292
-
feeds
+
14
+
APIS
+
-
-
+
+
Traffic
-
894
-
followers
+
4
+
Databases
-
92
-
circles
+
2.13GB
+
Storage
@@ -280,24 +114,24 @@
Traffic
-
-
New Clients
+
+ Succesvol
- 9,123
+ 1923
- Recuring Clients
+ Uitval
- 22,643
+ 51
@@ -310,10 +144,10 @@
Traffic
@@ -325,10 +159,10 @@
Traffic
@@ -340,10 +174,10 @@
Traffic
@@ -355,10 +189,10 @@
Traffic
@@ -370,10 +204,10 @@
Traffic
@@ -385,10 +219,10 @@
Traffic
@@ -400,348 +234,16 @@
Traffic
-
-
-
-
-
-
- Pageviews
-
- 78,623
-
-
-
-
- Organic
-
- 49,123
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Country
- Usage
- Payment Method
- Activity
-
-
-
-
-
-
-
-
-
-
-
- Yiorgos Avraamu
-
- New | Registered: Jan 1, 2015
-
-
-
-
-
-
-
-
- 50%
-
-
- Jun 11, 2015 - Jul 10, 2015
-
-
-
-
-
-
-
-
- Last login
- 10 sec ago
-
-
-
-
-
-
-
-
-
-
- Avram Tarasios
-
-
- Recurring | Registered: Jan 1, 2015
-
-
-
-
-
-
-
-
- 10%
-
-
- Jun 11, 2015 - Jul 10, 2015
-
-
-
-
-
-
-
-
- Last login
- 5 minutes ago
-
-
-
-
-
-
-
-
-
-
- Quintin Ed
-
- New | Registered: Jan 1, 2015
-
-
-
-
-
-
-
-
- 74%
-
-
- Jun 11, 2015 - Jul 10, 2015
-
-
-
-
-
-
-
-
- Last login
- 1 hour ago
-
-
-
-
-
-
-
-
-
-
- Enéas Kwadwo
-
- New | Registered: Jan 1, 2015
-
-
-
-
-
-
-
-
- 98%
-
-
- Jun 11, 2015 - Jul 10, 2015
-
-
-
-
-
-
-
-
- Last login
- Last month
-
-
-
-
-
-
-
-
-
-
- Agapetus Tadeáš
-
- New | Registered: Jan 1, 2015
-
-
-
-
-
-
-
-
- 22%
-
-
- Jun 11, 2015 - Jul 10, 2015
-
-
-
-
-
-
-
-
- Last login
- Last week
-
-
-
-
-
-
-
-
-
-
- Friderik Dávid
-
- New | Registered: Jan 1, 2015
-
-
-
-
-
-
-
-
- 43%
-
-
- Jun 11, 2015 - Jul 10, 2015
-
-
-
-
-
-
-
-
- Last login
- Yesterday
-
-
-
-
diff --git a/src/app/views/dashboard/dashboard.component.ts b/src/app/views/dashboard/dashboard.component.ts
index 46ab289..a383caf 100644
--- a/src/app/views/dashboard/dashboard.component.ts
+++ b/src/app/views/dashboard/dashboard.component.ts
@@ -7,307 +7,6 @@ import { CustomTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips';
templateUrl: 'dashboard.component.html'
})
export class DashboardComponent implements OnInit {
-
- radioModel: string = 'Month';
-
- // lineChart1
- public lineChart1Data: Array = [
- {
- data: [65, 59, 84, 84, 51, 55, 40],
- label: 'Series A'
- }
- ];
- public lineChart1Labels: Array = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
- public lineChart1Options: any = {
- tooltips: {
- enabled: false,
- custom: CustomTooltips
- },
- maintainAspectRatio: false,
- scales: {
- xAxes: [{
- gridLines: {
- color: 'transparent',
- zeroLineColor: 'transparent'
- },
- ticks: {
- fontSize: 2,
- fontColor: 'transparent',
- }
-
- }],
- yAxes: [{
- display: false,
- ticks: {
- display: false,
- min: 40 - 5,
- max: 84 + 5,
- }
- }],
- },
- elements: {
- line: {
- borderWidth: 1
- },
- point: {
- radius: 4,
- hitRadius: 10,
- hoverRadius: 4,
- },
- },
- legend: {
- display: false
- }
- };
- public lineChart1Colours: Array = [
- {
- backgroundColor: getStyle('--primary'),
- borderColor: 'rgba(255,255,255,.55)'
- }
- ];
- public lineChart1Legend = false;
- public lineChart1Type = 'line';
-
- // lineChart2
- public lineChart2Data: Array = [
- {
- data: [1, 18, 9, 17, 34, 22, 11],
- label: 'Series A'
- }
- ];
- public lineChart2Labels: Array = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
- public lineChart2Options: any = {
- tooltips: {
- enabled: false,
- custom: CustomTooltips
- },
- maintainAspectRatio: false,
- scales: {
- xAxes: [{
- gridLines: {
- color: 'transparent',
- zeroLineColor: 'transparent'
- },
- ticks: {
- fontSize: 2,
- fontColor: 'transparent',
- }
-
- }],
- yAxes: [{
- display: false,
- ticks: {
- display: false,
- min: 1 - 5,
- max: 34 + 5,
- }
- }],
- },
- elements: {
- line: {
- tension: 0.00001,
- borderWidth: 1
- },
- point: {
- radius: 4,
- hitRadius: 10,
- hoverRadius: 4,
- },
- },
- legend: {
- display: false
- }
- };
- public lineChart2Colours: Array = [
- { // grey
- backgroundColor: getStyle('--info'),
- borderColor: 'rgba(255,255,255,.55)'
- }
- ];
- public lineChart2Legend = false;
- public lineChart2Type = 'line';
-
-
- // lineChart3
- public lineChart3Data: Array = [
- {
- data: [78, 81, 80, 45, 34, 12, 40],
- label: 'Series A'
- }
- ];
- public lineChart3Labels: Array = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
- public lineChart3Options: any = {
- tooltips: {
- enabled: false,
- custom: CustomTooltips
- },
- maintainAspectRatio: false,
- scales: {
- xAxes: [{
- display: false
- }],
- yAxes: [{
- display: false
- }]
- },
- elements: {
- line: {
- borderWidth: 2
- },
- point: {
- radius: 0,
- hitRadius: 10,
- hoverRadius: 4,
- },
- },
- legend: {
- display: false
- }
- };
- public lineChart3Colours: Array = [
- {
- backgroundColor: 'rgba(255,255,255,.2)',
- borderColor: 'rgba(255,255,255,.55)',
- }
- ];
- public lineChart3Legend = false;
- public lineChart3Type = 'line';
-
-
- // barChart1
- public barChart1Data: Array = [
- {
- data: [78, 81, 80, 45, 34, 12, 40, 78, 81, 80, 45, 34, 12, 40, 12, 40],
- label: 'Series A'
- }
- ];
- public barChart1Labels: Array = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16'];
- public barChart1Options: any = {
- tooltips: {
- enabled: false,
- custom: CustomTooltips
- },
- maintainAspectRatio: false,
- scales: {
- xAxes: [{
- display: false,
- barPercentage: 0.6,
- }],
- yAxes: [{
- display: false
- }]
- },
- legend: {
- display: false
- }
- };
- public barChart1Colours: Array = [
- {
- backgroundColor: 'rgba(255,255,255,.3)',
- borderWidth: 0
- }
- ];
- public barChart1Legend = false;
- public barChart1Type = 'bar';
-
- // mainChart
-
- public mainChartElements = 27;
- public mainChartData1: Array = [];
- public mainChartData2: Array = [];
- public mainChartData3: Array = [];
-
- public mainChartData: Array = [
- {
- data: this.mainChartData1,
- label: 'Current'
- },
- {
- data: this.mainChartData2,
- label: 'Previous'
- },
- {
- data: this.mainChartData3,
- label: 'BEP'
- }
- ];
- /* tslint:disable:max-line-length */
- public mainChartLabels: Array = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday', 'Monday', 'Thursday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
- /* tslint:enable:max-line-length */
- public mainChartOptions: any = {
- tooltips: {
- enabled: false,
- custom: CustomTooltips,
- intersect: true,
- mode: 'index',
- position: 'nearest',
- callbacks: {
- labelColor: function(tooltipItem, chart) {
- return { backgroundColor: chart.data.datasets[tooltipItem.datasetIndex].borderColor };
- }
- }
- },
- responsive: true,
- maintainAspectRatio: false,
- scales: {
- xAxes: [{
- gridLines: {
- drawOnChartArea: false,
- },
- ticks: {
- callback: function(value: any) {
- return value.charAt(0);
- }
- }
- }],
- yAxes: [{
- ticks: {
- beginAtZero: true,
- maxTicksLimit: 5,
- stepSize: Math.ceil(250 / 5),
- max: 250
- }
- }]
- },
- elements: {
- line: {
- borderWidth: 2
- },
- point: {
- radius: 0,
- hitRadius: 10,
- hoverRadius: 4,
- hoverBorderWidth: 3,
- }
- },
- legend: {
- display: false
- }
- };
- public mainChartColours: Array = [
- { // brandInfo
- backgroundColor: hexToRgba(getStyle('--info'), 10),
- borderColor: getStyle('--info'),
- pointHoverBackgroundColor: '#fff'
- },
- { // brandSuccess
- backgroundColor: 'transparent',
- borderColor: getStyle('--success'),
- pointHoverBackgroundColor: '#fff'
- },
- { // brandDanger
- backgroundColor: 'transparent',
- borderColor: getStyle('--danger'),
- pointHoverBackgroundColor: '#fff',
- borderWidth: 1,
- borderDash: [8, 5]
- }
- ];
- public mainChartLegend = false;
- public mainChartType = 'line';
-
- // social box charts
-
public brandBoxChartData1: Array = [
{
data: [65, 59, 84, 84, 51, 55, 40],
@@ -379,11 +78,5 @@ export class DashboardComponent implements OnInit {
}
ngOnInit(): void {
- // generate random values for mainChart
- for (let i = 0; i <= this.mainChartElements; i++) {
- this.mainChartData1.push(this.random(50, 200));
- this.mainChartData2.push(this.random(80, 100));
- this.mainChartData3.push(65);
- }
}
}
diff --git a/src/app/views/stadspas/stadspas-batch.component.html b/src/app/views/stadspas/stadspas-batch.component.html
new file mode 100644
index 0000000..f322fe7
--- /dev/null
+++ b/src/app/views/stadspas/stadspas-batch.component.html
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/src/app/views/stadspas/stadspas-batch.component.ts b/src/app/views/stadspas/stadspas-batch.component.ts
new file mode 100644
index 0000000..f8417b8
--- /dev/null
+++ b/src/app/views/stadspas/stadspas-batch.component.ts
@@ -0,0 +1,9 @@
+import { Component } from '@angular/core';
+
+@Component({
+ templateUrl: 'stadspas-batch.component.html'
+})
+export class StadspassenComponent {
+
+ constructor() { }
+}
diff --git a/src/app/views/stadspas/stadspas-individual.component.html b/src/app/views/stadspas/stadspas-individual.component.html
new file mode 100644
index 0000000..00a41e0
--- /dev/null
+++ b/src/app/views/stadspas/stadspas-individual.component.html
@@ -0,0 +1,5 @@
+
+
+
STADSPAS (PERSOONLIJK)
+
+
\ No newline at end of file
diff --git a/src/app/views/stadspas/stadspas-individual.component.ts b/src/app/views/stadspas/stadspas-individual.component.ts
new file mode 100644
index 0000000..c1aa328
--- /dev/null
+++ b/src/app/views/stadspas/stadspas-individual.component.ts
@@ -0,0 +1,9 @@
+import { Component } from '@angular/core';
+
+@Component({
+ templateUrl: 'stadspas-individual.component.html'
+})
+export class StadspasComponent {
+
+ constructor() { }
+}
diff --git a/src/app/views/stadspas/stadspas-routing.module.ts b/src/app/views/stadspas/stadspas-routing.module.ts
new file mode 100644
index 0000000..56ae0cd
--- /dev/null
+++ b/src/app/views/stadspas/stadspas-routing.module.ts
@@ -0,0 +1,38 @@
+import { NgModule } from '@angular/core';
+import { CommonModule } from '@angular/common';
+import { FormsModule } from '@angular/forms';
+import { Routes, RouterModule } from '@angular/router';
+
+import { StadspasComponent } from './stadspas-individual.component';
+import { StadspassenComponent } from './stadspas-batch.component';
+
+const routes: Routes = [
+ {
+ path: '',
+ data: {
+ title: 'Stadspas'
+ },
+ children: [
+ {
+ path: 'stadspas',
+ component: StadspasComponent,
+ data: {
+ title: 'Persoonlijk'
+ }
+ },
+ {
+ path: 'stadspassen',
+ component: StadspassenComponent,
+ data: {
+ title: 'Batch'
+ }
+ }
+ ]
+ }
+];
+
+@NgModule({
+ imports: [RouterModule.forChild(routes)],
+ exports: [RouterModule]
+})
+export class StadspasRoutingModule {}
diff --git a/src/app/views/stadspas/stadspas.module.ts b/src/app/views/stadspas/stadspas.module.ts
new file mode 100644
index 0000000..cd613a8
--- /dev/null
+++ b/src/app/views/stadspas/stadspas.module.ts
@@ -0,0 +1,24 @@
+import { CommonModule } from '@angular/common';
+import { FormsModule } from '@angular/forms';
+import { NgModule } from '@angular/core';
+
+import { StadspasComponent } from './stadspas-individual.component';
+import { StadspassenComponent } from './stadspas-batch.component';
+
+// Buttons Routing
+import { StadspasRoutingModule } from './stadspas-routing.module';
+
+// Angular
+
+@NgModule({
+ imports: [
+ CommonModule,
+ FormsModule,
+ StadspasRoutingModule
+ ],
+ declarations: [
+ StadspasComponent,
+ StadspassenComponent
+ ]
+})
+export class StadspasModule { }
diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico
index be27078..87063c7 100644
Binary files a/src/assets/favicon.ico and b/src/assets/favicon.ico differ
diff --git a/src/assets/img/avatars/1.jpg b/src/assets/img/avatars/1.jpg
deleted file mode 100644
index 0b08703..0000000
Binary files a/src/assets/img/avatars/1.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/2.jpg b/src/assets/img/avatars/2.jpg
deleted file mode 100644
index e736709..0000000
Binary files a/src/assets/img/avatars/2.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/3.jpg b/src/assets/img/avatars/3.jpg
deleted file mode 100644
index caf9a7e..0000000
Binary files a/src/assets/img/avatars/3.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/4.jpg b/src/assets/img/avatars/4.jpg
deleted file mode 100644
index 97f6769..0000000
Binary files a/src/assets/img/avatars/4.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/5.jpg b/src/assets/img/avatars/5.jpg
deleted file mode 100644
index 82b025f..0000000
Binary files a/src/assets/img/avatars/5.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/6.jpg b/src/assets/img/avatars/6.jpg
deleted file mode 100644
index 1d2b884..0000000
Binary files a/src/assets/img/avatars/6.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/7.jpg b/src/assets/img/avatars/7.jpg
deleted file mode 100644
index 2903cd2..0000000
Binary files a/src/assets/img/avatars/7.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/8.jpg b/src/assets/img/avatars/8.jpg
deleted file mode 100644
index 3a5eba9..0000000
Binary files a/src/assets/img/avatars/8.jpg and /dev/null differ
diff --git a/src/assets/img/avatars/avatar_haarlem.png b/src/assets/img/avatars/avatar_haarlem.png
new file mode 100644
index 0000000..d1f6581
Binary files /dev/null and b/src/assets/img/avatars/avatar_haarlem.png differ
diff --git a/src/assets/img/brand/logo_haarlem.png b/src/assets/img/brand/logo_haarlem.png
new file mode 100644
index 0000000..73d9a3e
Binary files /dev/null and b/src/assets/img/brand/logo_haarlem.png differ
diff --git a/src/assets/img/brand/logo_wigo4it.png b/src/assets/img/brand/logo_wigo4it.png
new file mode 100644
index 0000000..11282bb
Binary files /dev/null and b/src/assets/img/brand/logo_wigo4it.png differ
diff --git a/src/assets/img/brand/sygnet.svg b/src/assets/img/brand/sygnet.svg
deleted file mode 100644
index f2f3bc7..0000000
--- a/src/assets/img/brand/sygnet.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/index.html b/src/index.html
index 59c625e..2897afc 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,10 +1,3 @@
-
@@ -12,11 +5,11 @@
-
-
-
+
+
+
- CoreUI - Free Angular Admin Template
+ Wigo4it - FieldLab Portal
diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss
index 15d367a..1d64500 100644
--- a/src/scss/_custom.scss
+++ b/src/scss/_custom.scss
@@ -1 +1,20 @@
// Here you can add other styles
+.img-avatar{
+ border: 1px solid #ddd;
+}
+
+.bg-besturingslaag{
+ background-color: #ffaaaa;
+}
+
+.bg-integratielaag{
+ background-color: #f8f4aa;
+}
+
+.bg-servicelaag{
+ background-color: #aaeeaa;
+}
+
+.bg-gegevenslaag{
+ background-color: #cccccc;
+}
\ No newline at end of file