Skip to content

Commit

Permalink
feat: upgrade ng to 15 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball authored Feb 14, 2023
1 parent 23a5dec commit ac11bae
Show file tree
Hide file tree
Showing 9 changed files with 6,148 additions and 7,397 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/ngx-gantt
docker:
- image: circleci/node:14-browsers
- image: circleci/node:16-browsers
steps:
- checkout
- restore_cache:
Expand Down
4 changes: 2 additions & 2 deletions example/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
$primary: #348fe4;

@use '../../packages/gantt/src/styles/index.scss';
@import '~@docgeni/template/styles/index.scss';
@import '~ngx-tethys/styles/index.scss';
@import '@docgeni/template/styles/index.scss';
@import 'ngx-tethys/styles/index.scss';

.gantt-demo {
height: 100%;
Expand Down
Loading

0 comments on commit ac11bae

Please sign in to comment.