Skip to content

Commit

Permalink
fix: upgrade ng 18
Browse files Browse the repository at this point in the history
remove CanActivate
fix search
  • Loading branch information
liuy97 committed Jun 28, 2024
1 parent afcd4a6 commit c3cf423
Show file tree
Hide file tree
Showing 8 changed files with 2,858 additions and 1,736 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ yarn-error.log*
.project
tmp/
typings/
*.css
*.css.map

# Visual Studio Code
.vscode/*
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

mobile bank app with NativeScript and Angular

## Nativescript Setup
[Setting up your system to run NativeScript apps](https://docs.nativescript.org/setup/)

## run app
```shell
ns doctor
ns run ios
ns run android
```
Expand All @@ -17,6 +21,7 @@ ns run android
6. cards
7. statistic
8. settings
9. dark mode

## screenshots
![home](https://github.com/liuy97/bankpick/blob/main/screenshots/home.png)
Expand All @@ -34,7 +39,6 @@ ns run android

## License

bankpick UI from ui-kits cc-by-4.0
https://www.figma.com/community/file/1367091995851378803/230-ui-kits-apps-for-free
[bankpick UI from ui-kits cc-by-4.0](https://www.figma.com/community/file/1367091995851378803/230-ui-kits-apps-for-free)

bank app is available under MIT
bank app template is available under MIT
Loading

0 comments on commit c3cf423

Please sign in to comment.