Skip to content

Commit

Permalink
feat(core): export standalone components from examples module for sta…
Browse files Browse the repository at this point in the history
…ck-blitz #INFR-10671 (#518)
  • Loading branch information
why520crazy committed Nov 30, 2023
1 parent fed31a4 commit abbeffd
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 1,430 deletions.
29 changes: 17 additions & 12 deletions .docgeni/public/assets/stack-blitz/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"dependencies": {
"@angular/animations": "~16.2.10",
"@angular/common": "~16.2.10",
"@angular/compiler": "~16.2.10",
"@angular/core": "~16.2.10",
"@angular/forms": "~16.2.10",
"@angular/platform-browser": "~16.2.10",
"@angular/platform-browser-dynamic": "~16.2.10",
"rxjs": "~7.8.1",
"zone.js": "~0.13.3",
"@docgeni/alib": "0.0.1"
}
"dependencies": {
"@angular/animations": "~16.2.10",
"@angular/common": "~16.2.10",
"@angular/compiler": "~16.2.10",
"@angular/core": "~16.2.10",
"@angular/forms": "~16.2.10",
"@angular/platform-browser": "~16.2.10",
"@angular/platform-browser-dynamic": "~16.2.10",
"rxjs": "~7.8.1",
"zone.js": "~0.13.3",
"@docgeni/alib": "0.0.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "^16.2.10",
"@angular/compiler-cli": "^16.2.12"
}
}

0 comments on commit abbeffd

Please sign in to comment.