Skip to content

Commit

Permalink
initial commits
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo committed Sep 11, 2024
1 parent 82be97c commit e1b923c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":true,"version":"17.2.6-alpha.0","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}
export const environment ={"production":true,"version":"17.2.7","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}

2 changes: 1 addition & 1 deletion demo/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

export const environment ={"production":false,"version":"17.2.6-alpha.0","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}
export const environment ={"production":false,"version":"17.2.7","angularVersion":"17.2.3","materialVersion":"17.2.1","cssClassPrefix":true}

0 comments on commit e1b923c

Please sign in to comment.