Skip to content

Commit

Permalink
Added v17 of Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Nov 24, 2023
1 parent 3b83650 commit a420a77
Show file tree
Hide file tree
Showing 7 changed files with 7,193 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PACKAGES=('v9' 'v10' 'v11' 'v12' 'v13' 'v14' 'v15' 'v16')
PACKAGES=('v9' 'v10' 'v11' 'v12' 'v13' 'v14' 'v15' 'v16' 'v17')

for PACKAGE in "${PACKAGES[@]}"
do
Expand Down
2 changes: 1 addition & 1 deletion install-all.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PACKAGES=('v9' 'v10' 'v11' 'v12' 'v13' 'v14' 'v15' 'v16')
PACKAGES=('v9' 'v10' 'v11' 'v12' 'v13' 'v14' 'v15' 'v16' 'v17')

for PACKAGE in "${PACKAGES[@]}"
do
Expand Down
8 changes: 8 additions & 0 deletions packages/v17/ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/ng-packagr/ng-packagr/main/src/ng-package.schema.json",
"dest": "dist",
"assets": [],
"lib": {
"entryFile": "./src/public_api.ts"
}
}
Loading

0 comments on commit a420a77

Please sign in to comment.