@@ -10,14 +10,14 @@ extra-styles.css
10
10
fesm2022
11
11
fesm2022/a11y.mjs
12
12
fesm2022/a11y.mjs.map
13
+ fesm2022/example.mjs
14
+ fesm2022/example.mjs.map
13
15
fesm2022/imports.mjs
14
16
fesm2022/imports.mjs.map
15
17
fesm2022/index-1e1ea2d8.mjs
16
18
fesm2022/index-1e1ea2d8.mjs.map
17
19
fesm2022/secondary.mjs
18
20
fesm2022/secondary.mjs.map
19
- fesm2022/waffels.mjs
20
- fesm2022/waffels.mjs.map
21
21
imports
22
22
imports/index.d.ts
23
23
index.d.ts
@@ -143,6 +143,31 @@ export { A11yModule };
143
143
//# sourceMappingURL=a11y.mjs.map
144
144
145
145
146
+ --- fesm2022/example.mjs ---
147
+
148
+ /**
149
+ * @license Angular v0.0.0
150
+ * (c) 2010-2025 Google LLC. https://angular.io/
151
+ * License: MIT
152
+ */
153
+
154
+ import * as i0 from '@angular/core';
155
+ import { NgModule } from '@angular/core';
156
+
157
+ class MyModule {
158
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0", ngImport: i0, type: MyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
159
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "0.0.0", ngImport: i0, type: MyModule });
160
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "0.0.0", ngImport: i0, type: MyModule });
161
+ }
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0", ngImport: i0, type: MyModule, decorators: [{
163
+ type: NgModule,
164
+ args: [{}]
165
+ }] });
166
+
167
+ export { MyModule };
168
+ //# sourceMappingURL=example.mjs.map
169
+
170
+
146
171
--- fesm2022/imports.mjs ---
147
172
148
173
/**
@@ -222,31 +247,6 @@ export { SecondaryModule, a };
222
247
//# sourceMappingURL=secondary.mjs.map
223
248
224
249
225
- --- fesm2022/waffels.mjs ---
226
-
227
- /**
228
- * @license Angular v0.0.0
229
- * (c) 2010-2025 Google LLC. https://angular.io/
230
- * License: MIT
231
- */
232
-
233
- import * as i0 from '@angular/core';
234
- import { NgModule } from '@angular/core';
235
-
236
- class MyModule {
237
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "0.0.0", ngImport: i0, type: MyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
238
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "0.0.0", ngImport: i0, type: MyModule });
239
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "0.0.0", ngImport: i0, type: MyModule });
240
- }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0", ngImport: i0, type: MyModule, decorators: [{
242
- type: NgModule,
243
- args: [{}]
244
- }] });
245
-
246
- export { MyModule };
247
- //# sourceMappingURL=waffels.mjs.map
248
-
249
-
250
250
--- imports/index.d.ts ---
251
251
252
252
/**
@@ -308,7 +308,7 @@ export { }
308
308
".": {
309
309
"sass": "./_index.scss",
310
310
"types": "./index.d.ts",
311
- "default": "./fesm2022/waffels .mjs"
311
+ "default": "./fesm2022/example .mjs"
312
312
},
313
313
"./package.json": {
314
314
"default": "./package.json"
@@ -326,7 +326,7 @@ export { }
326
326
"default": "./fesm2022/secondary.mjs"
327
327
}
328
328
},
329
- "module": "./fesm2022/waffels .mjs",
329
+ "module": "./fesm2022/example .mjs",
330
330
"typings": "./index.d.ts",
331
331
"type": "module"
332
332
}
0 commit comments