Skip to content
Open

Star #283

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,24 @@ code
====

Source Code for Go In Action examples
{
"name": "star-tube",
"version": "0.0.1",
"private": true,
"dependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/router": "^16.0.0",
"@ionic/angular": "^7.0.0"
},
"devDependencies": {
"@angular/cli": "^16.0.0",
"@ionic/cli": "^7.0.0",
"typescript": "~5.1.6"
},
"scripts": {
"start": "ionic serve",
"build": "ionic build"
}
}