Skip to content

Commit 0e5c4bc

Browse files
docs(demo): Add @slateui/theme package in demo app
1 parent 77469f7 commit 0e5c4bc

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@angular/platform-server": "^20.0.0",
3232
"@angular/router": "^20.0.0",
3333
"@angular/ssr": "^20.1.4",
34+
"@slateui/theme": "^1.0.0",
3435
"@tailwindcss/postcss": "^4.1.11",
3536
"express": "^5.1.0",
3637
"postcss": "^8.5.6",
@@ -54,4 +55,4 @@
5455
"ng-packagr": "^20.1.0",
5556
"typescript": "~5.8.2"
5657
}
57-
}
58+
}

projects/demo/src/app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ApplicationConfig, provideBrowserGlobalErrorListeners, provideZonelessC
22
import { provideRouter } from '@angular/router';
33

44
import { routes } from './app.routes';
5-
import { provideSlateUiTheme } from 'theme';
5+
import { provideSlateUiTheme } from '@slateui/theme';
66
import { provideClientHydration, withEventReplay } from '@angular/platform-browser';
77

88
export const appConfig: ApplicationConfig = {

projects/demo/src/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, inject } from '@angular/core';
2-
import { ThemeService } from 'theme';
2+
import { ThemeService } from '@slateui/theme';
33

44
@Component({
55
selector: 'app-root',

0 commit comments

Comments
 (0)