@rpan93/ron-lib 1.0.4 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,17 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, Input, InjectionToken, NgModule, Injectable, Inject, ViewChild } from '@angular/core';
3
- import * as i1 from '@ionic/angular';
4
- import { IonicModule } from '@ionic/angular';
5
- import * as i1$1 from '@angular/common/http';
6
- import { HttpClientModule } from '@angular/common/http';
7
- import { CommonModule } from '@angular/common';
8
- import { map } from 'rxjs/operators';
9
- import * as i1$2 from '@angular/router';
10
- import { RouterModule } from '@angular/router';
11
- import { FormsModule } from '@angular/forms';
12
- import { Chart } from 'chart.js';
2
+ import { Injectable, Component, NgModule } from '@angular/core';
3
+
4
+ class RonLibService {
5
+ constructor() { }
6
+ }
7
+ RonLibService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
8
+ RonLibService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibService, providedIn: 'root' });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibService, decorators: [{
10
+ type: Injectable,
11
+ args: [{
12
+ providedIn: 'root'
13
+ }]
14
+ }], ctorParameters: function () { return []; } });
13
15
 
14
16
  class RonLibComponent {
15
17
  constructor() { }
@@ -17,7 +19,7 @@ class RonLibComponent {
17
19
  }
18
20
  }
19
21
  RonLibComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- RonLibComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: RonLibComponent, selector: "dev-ron-lib", ngImport: i0, template: `
22
+ RonLibComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: RonLibComponent, selector: "iq-ron-lib", ngImport: i0, template: `
21
23
  <p>
22
24
  ron-lib works!
23
25
  </p>
@@ -25,7 +27,7 @@ RonLibComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
25
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibComponent, decorators: [{
26
28
  type: Component,
27
29
  args: [{
28
- selector: 'dev-ron-lib',
30
+ selector: 'iq-ron-lib',
29
31
  template: `
30
32
  <p>
31
33
  ron-lib works!
@@ -41,81 +43,11 @@ class CustomCardComponent {
41
43
  }
42
44
  }
43
45
  CustomCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
- CustomCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CustomCardComponent, selector: "dev-custom-card", inputs: { title: "title", content: "content" }, ngImport: i0, template: "<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n", styles: [""], components: [{ type: i1.IonCard, selector: "ion-card", inputs: ["button", "color", "disabled", "download", "href", "mode", "rel", "routerAnimation", "routerDirection", "target", "type"] }, { type: i1.IonCardHeader, selector: "ion-card-header", inputs: ["color", "mode", "translucent"] }, { type: i1.IonCardTitle, selector: "ion-card-title", inputs: ["color", "mode"] }, { type: i1.IonCardContent, selector: "ion-card-content", inputs: ["mode"] }] });
46
+ CustomCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CustomCardComponent, selector: "iq-custom-card", ngImport: i0, template: "<p>custom-card works!</p>\n", styles: [""] });
45
47
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomCardComponent, decorators: [{
46
48
  type: Component,
47
- args: [{ selector: 'dev-custom-card', template: "<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n", styles: [""] }]
48
- }], ctorParameters: function () { return []; }, propDecorators: { title: [{
49
- type: Input
50
- }], content: [{
51
- type: Input
52
- }] } });
53
-
54
- const LibConfigService = new InjectionToken('LibConfig');
55
- class RonLibModule {
56
- static forRoot(config) {
57
- return {
58
- ngModule: RonLibModule,
59
- providers: [
60
- RonLibService,
61
- {
62
- provide: LibConfigService,
63
- useValue: config
64
- }
65
- ]
66
- };
67
- }
68
- }
69
- RonLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
70
- RonLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, declarations: [RonLibComponent,
71
- CustomCardComponent], imports: [CommonModule,
72
- HttpClientModule,
73
- IonicModule], exports: [RonLibComponent, CustomCardComponent] });
74
- RonLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, imports: [[
75
- CommonModule,
76
- HttpClientModule,
77
- IonicModule
78
- ]] });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, decorators: [{
80
- type: NgModule,
81
- args: [{
82
- declarations: [
83
- RonLibComponent,
84
- CustomCardComponent
85
- ],
86
- imports: [
87
- CommonModule,
88
- HttpClientModule,
89
- IonicModule
90
- ],
91
- exports: [
92
- RonLibComponent, CustomCardComponent
93
- ]
94
- }]
95
- }] });
96
-
97
- class RonLibService {
98
- constructor(config, http) {
99
- this.config = config;
100
- this.http = http;
101
- this.baseUrl = this.config.apiUrl;
102
- console.log('My config: ', config);
103
- }
104
- getData() {
105
- return this.http.get(`${this.baseUrl}/api`).pipe(map((res) => res.results[0]));
106
- }
107
- }
108
- RonLibService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibService, deps: [{ token: LibConfigService }, { token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
109
- RonLibService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibService, providedIn: 'root' });
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibService, decorators: [{
111
- type: Injectable,
112
- args: [{
113
- providedIn: 'root'
114
- }]
115
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
116
- type: Inject,
117
- args: [LibConfigService]
118
- }] }, { type: i1$1.HttpClient }]; } });
49
+ args: [{ selector: 'iq-custom-card', template: "<p>custom-card works!</p>\n", styles: [""] }]
50
+ }], ctorParameters: function () { return []; } });
119
51
 
120
52
  class CustomPageComponent {
121
53
  constructor() { }
@@ -123,154 +55,31 @@ class CustomPageComponent {
123
55
  }
124
56
  }
125
57
  CustomPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
126
- CustomPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CustomPageComponent, selector: "dev-custom-page", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Lib Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n<ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n</ion-content>\n", styles: [".custom-box{background:var(--custom-background, #ff00ff);width:100%;height:100px}\n"], components: [{ type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }], directives: [{ type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }] });
58
+ CustomPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CustomPageComponent, selector: "iq-custom-page", ngImport: i0, template: "<p>custom-page works!</p>\n", styles: [""] });
127
59
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageComponent, decorators: [{
128
60
  type: Component,
129
- args: [{ selector: 'dev-custom-page', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Lib Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n<ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n</ion-content>\n", styles: [".custom-box{background:var(--custom-background, #ff00ff);width:100%;height:100px}\n"] }]
61
+ args: [{ selector: 'iq-custom-page', template: "<p>custom-page works!</p>\n", styles: [""] }]
130
62
  }], ctorParameters: function () { return []; } });
131
63
 
132
- const routes$1 = [
133
- {
134
- path: '',
135
- component: CustomPageComponent,
136
- }
137
- ];
138
- class CustomPageRoutingModule {
139
- }
140
- CustomPageRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
141
- CustomPageRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, imports: [i1$2.RouterModule], exports: [RouterModule] });
142
- CustomPageRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, imports: [[RouterModule.forChild(routes$1)], RouterModule] });
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, decorators: [{
144
- type: NgModule,
145
- args: [{
146
- imports: [RouterModule.forChild(routes$1)],
147
- exports: [RouterModule]
148
- }]
149
- }] });
150
-
151
- class CustomPageModule {
152
- }
153
- CustomPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
154
- CustomPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, declarations: [CustomPageComponent], imports: [CommonModule, FormsModule,
155
- IonicModule,
156
- CustomPageRoutingModule] });
157
- CustomPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, imports: [[CommonModule, FormsModule,
158
- IonicModule,
159
- CustomPageRoutingModule
160
- ]] });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, decorators: [{
162
- type: NgModule,
163
- args: [{
164
- imports: [CommonModule, FormsModule,
165
- IonicModule,
166
- CustomPageRoutingModule
167
- ],
168
- declarations: [CustomPageComponent]
169
- }]
170
- }] });
171
-
172
- class DashboardPage {
173
- constructor() { }
174
- ngOnInit() {
175
- this.createBarChart();
176
- }
177
- createBarChart() {
178
- this.bars = new Chart(this.barChart.nativeElement, {
179
- type: 'bar',
180
- data: {
181
- labels: ['BJP', 'INC', 'AAP', 'CPI', 'CPI-M', 'NCP'],
182
- datasets: [{
183
- label: '# of Votes',
184
- data: [200, 50, 30, 15, 20, 34],
185
- backgroundColor: [
186
- 'rgba(255, 99, 132, 0.2)',
187
- 'rgba(54, 162, 235, 0.2)',
188
- 'rgba(255, 206, 86, 0.2)',
189
- 'rgba(75, 192, 192, 0.2)',
190
- 'rgba(153, 102, 255, 0.2)',
191
- 'rgba(255, 159, 64, 0.2)'
192
- ],
193
- borderColor: [
194
- 'rgba(255,99,132,1)',
195
- 'rgba(54, 162, 235, 1)',
196
- 'rgba(255, 206, 86, 1)',
197
- 'rgba(75, 192, 192, 1)',
198
- 'rgba(153, 102, 255, 1)',
199
- 'rgba(255, 159, 64, 1)'
200
- ],
201
- borderWidth: 1
202
- }]
203
- },
204
- options: {
205
- scales: {
206
- // yAxes: [{
207
- // ticks: {
208
- // beginAtZero: true
209
- // }
210
- // }]
211
- }
212
- }
213
- });
214
- }
215
- }
216
- DashboardPage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, deps: [], target: i0.ɵɵFactoryTarget.Component });
217
- DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "app-dashboard", viewQueries: [{ propertyName: "barChart", first: true, predicate: ["barChart"], descendants: true }], ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\nDashboard\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-subtitle>Authorizations</ion-card-subtitle>\n <ion-card-title>Transaction details</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n My Card\n <canvas #barChart style=\"position: relative; height:20vh; width:40vw\"></canvas>\n </ion-card-content>\n</ion-card>\n</ion-content>\n", styles: [""], components: [{ type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { type: i1.IonCard, selector: "ion-card", inputs: ["button", "color", "disabled", "download", "href", "mode", "rel", "routerAnimation", "routerDirection", "target", "type"] }, { type: i1.IonCardHeader, selector: "ion-card-header", inputs: ["color", "mode", "translucent"] }, { type: i1.IonCardSubtitle, selector: "ion-card-subtitle", inputs: ["color", "mode"] }, { type: i1.IonCardTitle, selector: "ion-card-title", inputs: ["color", "mode"] }, { type: i1.IonCardContent, selector: "ion-card-content", inputs: ["mode"] }], directives: [{ type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }] });
218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, decorators: [{
219
- type: Component,
220
- args: [{ selector: 'app-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\nDashboard\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-subtitle>Authorizations</ion-card-subtitle>\n <ion-card-title>Transaction details</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n My Card\n <canvas #barChart style=\"position: relative; height:20vh; width:40vw\"></canvas>\n </ion-card-content>\n</ion-card>\n</ion-content>\n", styles: [""] }]
221
- }], ctorParameters: function () { return []; }, propDecorators: { barChart: [{
222
- type: ViewChild,
223
- args: ['barChart']
224
- }] } });
225
-
226
- const routes = [
227
- {
228
- path: '',
229
- component: DashboardPage
230
- }
231
- ];
232
- class DashboardPageRoutingModule {
233
- }
234
- DashboardPageRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
235
- DashboardPageRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, imports: [i1$2.RouterModule], exports: [RouterModule] });
236
- DashboardPageRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, imports: [[RouterModule.forChild(routes)], RouterModule] });
237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, decorators: [{
238
- type: NgModule,
239
- args: [{
240
- imports: [RouterModule.forChild(routes)],
241
- exports: [RouterModule],
242
- }]
243
- }] });
244
-
245
- class DashboardPageModule {
64
+ class RonLibModule {
246
65
  }
247
- DashboardPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
248
- DashboardPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, declarations: [DashboardPage], imports: [CommonModule,
249
- FormsModule,
250
- IonicModule,
251
- DashboardPageRoutingModule,
252
- //ChartModule,
253
- HttpClientModule] });
254
- DashboardPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, imports: [[
255
- CommonModule,
256
- FormsModule,
257
- IonicModule,
258
- DashboardPageRoutingModule,
259
- //ChartModule,
260
- HttpClientModule
261
- ]] });
262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, decorators: [{
66
+ RonLibModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
67
+ RonLibModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, declarations: [RonLibComponent,
68
+ CustomCardComponent,
69
+ CustomPageComponent], exports: [RonLibComponent] });
70
+ RonLibModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, imports: [[]] });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: RonLibModule, decorators: [{
263
72
  type: NgModule,
264
73
  args: [{
265
- imports: [
266
- CommonModule,
267
- FormsModule,
268
- IonicModule,
269
- DashboardPageRoutingModule,
270
- //ChartModule,
271
- HttpClientModule
74
+ declarations: [
75
+ RonLibComponent,
76
+ CustomCardComponent,
77
+ CustomPageComponent
272
78
  ],
273
- declarations: [DashboardPage]
79
+ imports: [],
80
+ exports: [
81
+ RonLibComponent
82
+ ]
274
83
  }]
275
84
  }] });
276
85
 
@@ -282,5 +91,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
282
91
  * Generated bundle index. Do not edit.
283
92
  */
284
93
 
285
- export { CustomCardComponent, CustomPageModule, DashboardPageModule, LibConfigService, RonLibComponent, RonLibModule, RonLibService };
94
+ export { RonLibComponent, RonLibModule, RonLibService };
286
95
  //# sourceMappingURL=rpan93-ron-lib.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"rpan93-ron-lib.mjs","sources":["../../../projects/ron-lib/src/lib/ron-lib.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.html","../../../projects/ron-lib/src/lib/ron-lib.module.ts","../../../projects/ron-lib/src/lib/ron-lib.service.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.html","../../../projects/ron-lib/src/lib/custom-page/custom-page-routing.module.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.html","../../../projects/ron-lib/src/lib/dashboard/dashboard-routing.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.module.ts","../../../projects/ron-lib/src/public-api.ts","../../../projects/ron-lib/src/rpan93-ron-lib.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'dev-ron-lib',\n template: `\n <p>\n ron-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class RonLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'dev-custom-card',\n templateUrl: './custom-card.component.html',\n styleUrls: ['./custom-card.component.css']\n})\nexport class CustomCardComponent implements OnInit {\n @Input()\n title!: string;\n @Input()\n content!: string;\n \n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n","import { InjectionToken, ModuleWithProviders, NgModule } from '@angular/core';\nimport { RonLibComponent } from './ron-lib.component';\nimport { CustomCardComponent } from './custom-card/custom-card.component';\nimport { CustomPageComponent } from './custom-page/custom-page.component';\n\nimport { IonicModule } from '@ionic/angular';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\nimport { RonLibService } from './ron-lib.service';\n\nexport interface LibConfig {\n apiUrl: string;\n}\nexport const LibConfigService = new InjectionToken<LibConfig>('LibConfig');\n@NgModule({\n declarations: [\n RonLibComponent,\n CustomCardComponent\n ],\n imports: [\n CommonModule,\n HttpClientModule,\n IonicModule\n ],\n exports: [\n RonLibComponent, CustomCardComponent\n ]\n})\nexport class RonLibModule {\n static forRoot(config: LibConfig): ModuleWithProviders<any> {\n return {\n ngModule: RonLibModule,\n providers: [\n RonLibService,\n {\n provide: LibConfigService,\n useValue: config\n }\n ]\n };\n }\n }\n","import { HttpClient } from '@angular/common/http';\nimport { Inject, Injectable } from '@angular/core';\nimport { LibConfigService, LibConfig } from './ron-lib.module';\nimport { map } from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RonLibService {\n baseUrl = this.config.apiUrl;\n constructor(@Inject(LibConfigService) private config: LibConfig, private http: HttpClient) {\n console.log('My config: ', config);\n }\n getData() {\n return this.http.get<any>(`${this.baseUrl}/api`).pipe(\n map((res: any) => res.results[0])\n )\n }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'dev-custom-page',\n templateUrl: './custom-page.component.html',\n styleUrls: ['./custom-page.component.css']\n})\nexport class CustomPageComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Lib Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n<ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n</ion-content>\n","import { CustomPageComponent } from './custom-page.component';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: CustomPageComponent,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class CustomPageRoutingModule{\r\n \r\n}","import { CustomPageComponent } from \"./custom-page.component\";\r\nimport { CustomPageRoutingModule } from \"./custom-page-routing.module\";\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n@NgModule({\r\n imports:[CommonModule,FormsModule,\r\n IonicModule,\r\n CustomPageRoutingModule\r\n ],\r\n declarations: [CustomPageComponent]\r\n})\r\nexport class CustomPageModule{\r\n\r\n}","import { Component, OnInit, ViewChild, ElementRef } from '@angular/core';\nimport { Chart } from \"chart.js\";\nimport { HttpClient } from '@angular/common/http';\n@Component({\n selector: 'app-dashboard',\n templateUrl: './dashboard.page.html',\n styleUrls: ['./dashboard.page.scss'],\n})\nexport class DashboardPage implements OnInit {\n @ViewChild('barChart')\n private barChart!: ElementRef;\n bars: any;\n constructor(){}\n\n ngOnInit() {\n this.createBarChart();\n }\n createBarChart() {\n this.bars = new Chart(this.barChart.nativeElement, {\n type: 'bar',\n data: {\n labels: ['BJP', 'INC', 'AAP', 'CPI', 'CPI-M', 'NCP'],\n datasets: [{\n label: '# of Votes',\n data: [200, 50, 30, 15, 20, 34],\n backgroundColor: [\n 'rgba(255, 99, 132, 0.2)',\n 'rgba(54, 162, 235, 0.2)',\n 'rgba(255, 206, 86, 0.2)',\n 'rgba(75, 192, 192, 0.2)',\n 'rgba(153, 102, 255, 0.2)',\n 'rgba(255, 159, 64, 0.2)'\n ],\n borderColor: [\n 'rgba(255,99,132,1)',\n 'rgba(54, 162, 235, 1)',\n 'rgba(255, 206, 86, 1)',\n 'rgba(75, 192, 192, 1)',\n 'rgba(153, 102, 255, 1)',\n 'rgba(255, 159, 64, 1)'\n ],\n borderWidth: 1\n }]\n },\n options: {\n scales: {\n // yAxes: [{\n // ticks: {\n // beginAtZero: true\n // }\n // }]\n }\n }\n });\n }\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\nDashboard\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-subtitle>Authorizations</ion-card-subtitle>\n <ion-card-title>Transaction details</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n My Card\n <canvas #barChart style=\"position: relative; height:20vh; width:40vw\"></canvas>\n </ion-card-content>\n</ion-card>\n</ion-content>\n","import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { DashboardPage } from './dashboard.page';\n\nconst routes: Routes = [\n {\n path: '',\n component: DashboardPage\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class DashboardPageRoutingModule {}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\n\nimport { IonicModule } from '@ionic/angular';\n\nimport { DashboardPageRoutingModule } from './dashboard-routing.module';\n\nimport { DashboardPage } from './dashboard.page';\n//import { ChartModule } from 'angular2-chartjs';\nimport { HttpClientModule } from '@angular/common/http';\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n IonicModule,\n DashboardPageRoutingModule,\n //ChartModule,\n HttpClientModule\n ],\n declarations: [DashboardPage]\n})\nexport class DashboardPageModule {}\n","/*\n * Public API Surface of ron-lib\n */\n\nexport * from './lib/ron-lib.service';\nexport * from './lib/ron-lib.component';\nexport * from './lib/ron-lib.module';\nexport * from './lib/custom-card/custom-card.component';\nexport * from './lib/custom-page/custom-page.module';\nexport * from './lib/dashboard/dashboard.module';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["routes"],"mappings":"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"}
1
+ {"version":3,"file":"rpan93-ron-lib.mjs","sources":["../../../projects/ron-lib/src/lib/ron-lib.service.ts","../../../projects/ron-lib/src/lib/ron-lib.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.html","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.html","../../../projects/ron-lib/src/lib/ron-lib.module.ts","../../../projects/ron-lib/src/public-api.ts","../../../projects/ron-lib/src/rpan93-ron-lib.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RonLibService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-ron-lib',\n template: `\n <p>\n ron-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class RonLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-card',\n templateUrl: './custom-card.component.html',\n styleUrls: ['./custom-card.component.css']\n})\nexport class CustomCardComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<p>custom-card works!</p>\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-page',\n templateUrl: './custom-page.component.html',\n styleUrls: ['./custom-page.component.css']\n})\nexport class CustomPageComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<p>custom-page works!</p>\n","import { NgModule } from '@angular/core';\nimport { RonLibComponent } from './ron-lib.component';\nimport { CustomCardComponent } from './custom-card/custom-card.component';\nimport { CustomPageComponent } from './custom-page/custom-page.component';\n\n\n\n@NgModule({\n declarations: [\n RonLibComponent,\n CustomCardComponent,\n CustomPageComponent\n ],\n imports: [\n ],\n exports: [\n RonLibComponent\n ]\n})\nexport class RonLibModule { }\n","/*\n * Public API Surface of ron-lib\n */\n\nexport * from './lib/ron-lib.service';\nexport * from './lib/ron-lib.component';\nexport * from './lib/ron-lib.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAKa,aAAa;IAExB,iBAAiB;;0GAFN,aAAa;8GAAb,aAAa,cAFZ,MAAM;2FAEP,aAAa;kBAHzB,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;MCQY,eAAe;IAE1B,iBAAiB;IAEjB,QAAQ;KACP;;4GALU,eAAe;gGAAf,eAAe,kDARhB;;;;GAIT;2FAIU,eAAe;kBAV3B,SAAS;mBAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,QAAQ,EAAE;;;;GAIT;oBACD,MAAM,EAAE,EACP;iBACF;;;MCJY,mBAAmB;IAE9B,iBAAiB;IAEjB,QAAQ;KACP;;gHALU,mBAAmB;oGAAnB,mBAAmB,sDCPhC,6BACA;2FDMa,mBAAmB;kBAL/B,SAAS;+BACE,gBAAgB;;;MEIf,mBAAmB;IAE9B,iBAAiB;IAEjB,QAAQ;KACP;;gHALU,mBAAmB;oGAAnB,mBAAmB,sDCPhC,6BACA;2FDMa,mBAAmB;kBAL/B,SAAS;+BACE,gBAAgB;;;MEgBf,YAAY;;yGAAZ,YAAY;0GAAZ,YAAY,iBAVrB,eAAe;QACf,mBAAmB;QACnB,mBAAmB,aAKnB,eAAe;0GAGN,YAAY,YANd,EACR;2FAKU,YAAY;kBAZxB,QAAQ;mBAAC;oBACR,YAAY,EAAE;wBACZ,eAAe;wBACf,mBAAmB;wBACnB,mBAAmB;qBACpB;oBACD,OAAO,EAAE,EACR;oBACD,OAAO,EAAE;wBACP,eAAe;qBAChB;iBACF;;;AClBD;;;;ACAA;;;;;;"}
@@ -1,10 +1,8 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CustomCardComponent implements OnInit {
4
- title: string;
5
- content: string;
6
4
  constructor();
7
5
  ngOnInit(): void;
8
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomCardComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomCardComponent, "dev-custom-card", never, { "title": "title"; "content": "content"; }, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomCardComponent, "iq-custom-card", never, {}, {}, never, never>;
10
8
  }
@@ -4,5 +4,5 @@ export declare class CustomPageComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomPageComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomPageComponent, "dev-custom-page", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomPageComponent, "iq-custom-page", never, {}, {}, never, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class RonLibComponent implements OnInit {
4
4
  constructor();
5
5
  ngOnInit(): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<RonLibComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<RonLibComponent, "dev-ron-lib", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<RonLibComponent, "iq-ron-lib", never, {}, {}, never, never>;
8
8
  }
@@ -1,17 +1,9 @@
1
- import { InjectionToken, ModuleWithProviders } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  import * as i1 from "./ron-lib.component";
4
3
  import * as i2 from "./custom-card/custom-card.component";
5
- import * as i3 from "@angular/common";
6
- import * as i4 from "@angular/common/http";
7
- import * as i5 from "@ionic/angular";
8
- export interface LibConfig {
9
- apiUrl: string;
10
- }
11
- export declare const LibConfigService: InjectionToken<LibConfig>;
4
+ import * as i3 from "./custom-page/custom-page.component";
12
5
  export declare class RonLibModule {
13
- static forRoot(config: LibConfig): ModuleWithProviders<any>;
14
6
  static ɵfac: i0.ɵɵFactoryDeclaration<RonLibModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<RonLibModule, [typeof i1.RonLibComponent, typeof i2.CustomCardComponent], [typeof i3.CommonModule, typeof i4.HttpClientModule, typeof i5.IonicModule], [typeof i1.RonLibComponent, typeof i2.CustomCardComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RonLibModule, [typeof i1.RonLibComponent, typeof i2.CustomCardComponent, typeof i3.CustomPageComponent], never, [typeof i1.RonLibComponent]>;
16
8
  static ɵinj: i0.ɵɵInjectorDeclaration<RonLibModule>;
17
9
  }
@@ -1,12 +1,6 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { LibConfig } from './ron-lib.module';
3
1
  import * as i0 from "@angular/core";
4
2
  export declare class RonLibService {
5
- private config;
6
- private http;
7
- baseUrl: string;
8
- constructor(config: LibConfig, http: HttpClient);
9
- getData(): import("rxjs").Observable<any>;
3
+ constructor();
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<RonLibService, never>;
11
5
  static ɵprov: i0.ɵɵInjectableDeclaration<RonLibService>;
12
6
  }
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@rpan93/ron-lib",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.1.0",
6
- "@angular/core": "^13.1.0",
7
- "@ionic/angular": "^6.0.2"
6
+ "@angular/core": "^13.1.0"
8
7
  },
9
8
  "dependencies": {
10
9
  "tslib": "^2.3.0"
package/public-api.d.ts CHANGED
@@ -1,6 +1,3 @@
1
1
  export * from './lib/ron-lib.service';
2
2
  export * from './lib/ron-lib.component';
3
3
  export * from './lib/ron-lib.module';
4
- export * from './lib/custom-card/custom-card.component';
5
- export * from './lib/custom-page/custom-page.module';
6
- export * from './lib/dashboard/dashboard.module';
@@ -1,24 +0,0 @@
1
- import { CustomPageComponent } from './custom-page.component';
2
- import { NgModule } from '@angular/core';
3
- import { RouterModule } from '@angular/router';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/router";
6
- const routes = [
7
- {
8
- path: '',
9
- component: CustomPageComponent,
10
- }
11
- ];
12
- export class CustomPageRoutingModule {
13
- }
14
- CustomPageRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- CustomPageRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
16
- CustomPageRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, imports: [[RouterModule.forChild(routes)], RouterModule] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageRoutingModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [RouterModule.forChild(routes)],
21
- exports: [RouterModule]
22
- }]
23
- }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLXBhZ2Utcm91dGluZy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9yb24tbGliL3NyYy9saWIvY3VzdG9tLXBhZ2UvY3VzdG9tLXBhZ2Utcm91dGluZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFVLE1BQU0saUJBQWlCLENBQUM7OztBQUV2RCxNQUFNLE1BQU0sR0FBWTtJQUN0QjtRQUNFLElBQUksRUFBRSxFQUFFO1FBQ1IsU0FBUyxFQUFFLG1CQUFtQjtLQUMvQjtDQUNGLENBQUM7QUFNRixNQUFNLE9BQU8sdUJBQXVCOztvSEFBdkIsdUJBQXVCO3FIQUF2Qix1QkFBdUIsd0NBRnhCLFlBQVk7cUhBRVgsdUJBQXVCLFlBSHpCLENBQUMsWUFBWSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUM5QixZQUFZOzJGQUVYLHVCQUF1QjtrQkFKbkMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDO29CQUN4QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ3VzdG9tUGFnZUNvbXBvbmVudCB9IGZyb20gJy4vY3VzdG9tLXBhZ2UuY29tcG9uZW50JztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlLCBSb3V0ZXMgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5cclxuY29uc3Qgcm91dGVzIDogUm91dGVzID0gW1xyXG4gIHtcclxuICAgIHBhdGg6ICcnLFxyXG4gICAgY29tcG9uZW50OiBDdXN0b21QYWdlQ29tcG9uZW50LFxyXG4gIH1cclxuXTtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1JvdXRlck1vZHVsZS5mb3JDaGlsZChyb3V0ZXMpXSxcclxuICBleHBvcnRzOiBbUm91dGVyTW9kdWxlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ3VzdG9tUGFnZVJvdXRpbmdNb2R1bGV7XHJcbiAgXHJcbn0iXX0=
@@ -1,28 +0,0 @@
1
- import { CustomPageComponent } from "./custom-page.component";
2
- import { CustomPageRoutingModule } from "./custom-page-routing.module";
3
- import { NgModule } from '@angular/core';
4
- import { CommonModule } from '@angular/common';
5
- import { IonicModule } from '@ionic/angular';
6
- import { FormsModule } from '@angular/forms';
7
- import * as i0 from "@angular/core";
8
- export class CustomPageModule {
9
- }
10
- CustomPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- CustomPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, declarations: [CustomPageComponent], imports: [CommonModule, FormsModule,
12
- IonicModule,
13
- CustomPageRoutingModule] });
14
- CustomPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, imports: [[CommonModule, FormsModule,
15
- IonicModule,
16
- CustomPageRoutingModule
17
- ]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CustomPageModule, decorators: [{
19
- type: NgModule,
20
- args: [{
21
- imports: [CommonModule, FormsModule,
22
- IonicModule,
23
- CustomPageRoutingModule
24
- ],
25
- declarations: [CustomPageComponent]
26
- }]
27
- }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLXBhZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcm9uLWxpYi9zcmMvbGliL2N1c3RvbS1wYWdlL2N1c3RvbS1wYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQVM3QyxNQUFNLE9BQU8sZ0JBQWdCOzs2R0FBaEIsZ0JBQWdCOzhHQUFoQixnQkFBZ0IsaUJBRlosbUJBQW1CLGFBSnpCLFlBQVksRUFBQyxXQUFXO1FBQy9CLFdBQVc7UUFDWCx1QkFBdUI7OEdBSWQsZ0JBQWdCLFlBTm5CLENBQUMsWUFBWSxFQUFDLFdBQVc7WUFDL0IsV0FBVztZQUNYLHVCQUF1QjtTQUN4QjsyRkFHVSxnQkFBZ0I7a0JBUDVCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFDLENBQUMsWUFBWSxFQUFDLFdBQVc7d0JBQy9CLFdBQVc7d0JBQ1gsdUJBQXVCO3FCQUN4QjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztpQkFDcEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDdXN0b21QYWdlQ29tcG9uZW50IH0gZnJvbSBcIi4vY3VzdG9tLXBhZ2UuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEN1c3RvbVBhZ2VSb3V0aW5nTW9kdWxlIH0gZnJvbSBcIi4vY3VzdG9tLXBhZ2Utcm91dGluZy5tb2R1bGVcIjtcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgSW9uaWNNb2R1bGUgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOltDb21tb25Nb2R1bGUsRm9ybXNNb2R1bGUsXHJcbiAgICBJb25pY01vZHVsZSxcclxuICAgIEN1c3RvbVBhZ2VSb3V0aW5nTW9kdWxlXHJcbiAgXSxcclxuICBkZWNsYXJhdGlvbnM6IFtDdXN0b21QYWdlQ29tcG9uZW50XVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQ3VzdG9tUGFnZU1vZHVsZXtcclxuXHJcbn0iXX0=
@@ -1,24 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { RouterModule } from '@angular/router';
3
- import { DashboardPage } from './dashboard.page';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/router";
6
- const routes = [
7
- {
8
- path: '',
9
- component: DashboardPage
10
- }
11
- ];
12
- export class DashboardPageRoutingModule {
13
- }
14
- DashboardPageRoutingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- DashboardPageRoutingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] });
16
- DashboardPageRoutingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, imports: [[RouterModule.forChild(routes)], RouterModule] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageRoutingModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [RouterModule.forChild(routes)],
21
- exports: [RouterModule],
22
- }]
23
- }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLXJvdXRpbmcubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcm9uLWxpYi9zcmMvbGliL2Rhc2hib2FyZC9kYXNoYm9hcmQtcm91dGluZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQVUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFdkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7QUFFakQsTUFBTSxNQUFNLEdBQVc7SUFDckI7UUFDRSxJQUFJLEVBQUUsRUFBRTtRQUNSLFNBQVMsRUFBRSxhQUFhO0tBQ3pCO0NBQ0YsQ0FBQztBQU1GLE1BQU0sT0FBTywwQkFBMEI7O3VIQUExQiwwQkFBMEI7d0hBQTFCLDBCQUEwQix3Q0FGM0IsWUFBWTt3SEFFWCwwQkFBMEIsWUFINUIsQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDLEVBQzlCLFlBQVk7MkZBRVgsMEJBQTBCO2tCQUp0QyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7b0JBQ3hDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVzLCBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuXG5pbXBvcnQgeyBEYXNoYm9hcmRQYWdlIH0gZnJvbSAnLi9kYXNoYm9hcmQucGFnZSc7XG5cbmNvbnN0IHJvdXRlczogUm91dGVzID0gW1xuICB7XG4gICAgcGF0aDogJycsXG4gICAgY29tcG9uZW50OiBEYXNoYm9hcmRQYWdlXG4gIH1cbl07XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtSb3V0ZXJNb2R1bGUuZm9yQ2hpbGQocm91dGVzKV0sXG4gIGV4cG9ydHM6IFtSb3V0ZXJNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBEYXNoYm9hcmRQYWdlUm91dGluZ01vZHVsZSB7fVxuIl19
@@ -1,41 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { FormsModule } from '@angular/forms';
4
- import { IonicModule } from '@ionic/angular';
5
- import { DashboardPageRoutingModule } from './dashboard-routing.module';
6
- import { DashboardPage } from './dashboard.page';
7
- //import { ChartModule } from 'angular2-chartjs';
8
- import { HttpClientModule } from '@angular/common/http';
9
- import * as i0 from "@angular/core";
10
- export class DashboardPageModule {
11
- }
12
- DashboardPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- DashboardPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, declarations: [DashboardPage], imports: [CommonModule,
14
- FormsModule,
15
- IonicModule,
16
- DashboardPageRoutingModule,
17
- //ChartModule,
18
- HttpClientModule] });
19
- DashboardPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, imports: [[
20
- CommonModule,
21
- FormsModule,
22
- IonicModule,
23
- DashboardPageRoutingModule,
24
- //ChartModule,
25
- HttpClientModule
26
- ]] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPageModule, decorators: [{
28
- type: NgModule,
29
- args: [{
30
- imports: [
31
- CommonModule,
32
- FormsModule,
33
- IonicModule,
34
- DashboardPageRoutingModule,
35
- //ChartModule,
36
- HttpClientModule
37
- ],
38
- declarations: [DashboardPage]
39
- }]
40
- }] });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Jvbi1saWIvc3JjL2xpYi9kYXNoYm9hcmQvZGFzaGJvYXJkLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFN0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBRXhFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNqRCxpREFBaUQ7QUFDakQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7O0FBWXhELE1BQU0sT0FBTyxtQkFBbUI7O2dIQUFuQixtQkFBbUI7aUhBQW5CLG1CQUFtQixpQkFGZixhQUFhLGFBUDFCLFlBQVk7UUFDWixXQUFXO1FBQ1gsV0FBVztRQUNYLDBCQUEwQjtRQUMxQixjQUFjO1FBQ2QsZ0JBQWdCO2lIQUlQLG1CQUFtQixZQVZyQjtZQUNQLFlBQVk7WUFDWixXQUFXO1lBQ1gsV0FBVztZQUNYLDBCQUEwQjtZQUMxQixjQUFjO1lBQ2QsZ0JBQWdCO1NBQ2pCOzJGQUdVLG1CQUFtQjtrQkFYL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUNYLFdBQVc7d0JBQ1gsMEJBQTBCO3dCQUMxQixjQUFjO3dCQUNkLGdCQUFnQjtxQkFDakI7b0JBQ0QsWUFBWSxFQUFFLENBQUMsYUFBYSxDQUFDO2lCQUM5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IElvbmljTW9kdWxlIH0gZnJvbSAnQGlvbmljL2FuZ3VsYXInO1xuXG5pbXBvcnQgeyBEYXNoYm9hcmRQYWdlUm91dGluZ01vZHVsZSB9IGZyb20gJy4vZGFzaGJvYXJkLXJvdXRpbmcubW9kdWxlJztcblxuaW1wb3J0IHsgRGFzaGJvYXJkUGFnZSB9IGZyb20gJy4vZGFzaGJvYXJkLnBhZ2UnO1xuLy9pbXBvcnQgeyBDaGFydE1vZHVsZSB9IGZyb20gJ2FuZ3VsYXIyLWNoYXJ0anMnO1xuaW1wb3J0IHsgSHR0cENsaWVudE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgSW9uaWNNb2R1bGUsXG4gICAgRGFzaGJvYXJkUGFnZVJvdXRpbmdNb2R1bGUsXG4gICAgLy9DaGFydE1vZHVsZSxcbiAgICBIdHRwQ2xpZW50TW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW0Rhc2hib2FyZFBhZ2VdXG59KVxuZXhwb3J0IGNsYXNzIERhc2hib2FyZFBhZ2VNb2R1bGUge31cbiJdfQ==