Skip to content

Commit 653e991

Browse files
authored
Merge pull request #7 from zahmo/ang17-daisyui-prefix
Ang17 daisyui prefix
2 parents 7c00358 + 3c9db59 commit 653e991

27 files changed

+28675
-16068
lines changed

demo/app/demo.module.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ import { routes } from './demo.routes';
4444
CssFrameworkModule,
4545
JsonSchemaFormModule
4646
],
47-
providers:[{ provide: REMOVE_STYLES_ON_COMPONENT_DESTROY, useValue: true }],
47+
providers:[{ provide: REMOVE_STYLES_ON_COMPONENT_DESTROY, useValue: true }
48+
//uncomment to disable daisyui class name prefixing
49+
// ,{ provide: DUIOPTIONS, useValue: {classPrefix:true} }
50+
],
4851
bootstrap: [DemoRootComponent]
4952
})
5053

demo/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
export const environment ={"production":true,"version":"17.0.0-alpha.0","angularVersion":"17.1.3","materialVersion":"17.1.2"}
2+
export const environment ={"production":true,"version":"17.2.0-RC.1","angularVersion":"17.2.3","materialVersion":"17.2.1"}
33

demo/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
export const environment ={"production":false,"version":"17.0.0-alpha.0","angularVersion":"17.1.3","materialVersion":"17.1.2"}
2+
export const environment ={"production":false,"version":"17.2.0-RC.1","angularVersion":"17.2.3","materialVersion":"17.2.1"}
33

0 commit comments

Comments
 (0)