@ni/nimble-angular 17.8.8 → 17.9.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-angular",
3
- "version": "17.8.8",
3
+ "version": "17.9.1",
4
4
  "description": "Angular components for the NI Nimble Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./duration.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class NimblePipesModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<NimblePipesModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NimblePipesModule, [typeof i1.DurationPipe], [typeof i2.CommonModule], [typeof i1.DurationPipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<NimblePipesModule>;
8
+ }
@@ -1 +1,2 @@
1
1
  export * from './duration.pipe';
2
+ export * from './nimble-pipes.module';