Skip to content

Commit

Permalink
switch to Swiper to retire IonSlides
Browse files Browse the repository at this point in the history
  • Loading branch information
twinssbc committed Jan 29, 2023
1 parent f59bf2d commit 29f0335
Show file tree
Hide file tree
Showing 15 changed files with 10,665 additions and 2,665 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.idea
/dist
/aot
.angular
27 changes: 27 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": ".",
"projects": {
"Ionic2-Calendar": {
"projectType": "library",
"root": "",
"sourceRoot": "src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "tsconfig.json"
}
},
"defaultConfiguration": "production"
}
}
}
}
}
7 changes: 7 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"dest": "./dist",
"lib": {
"entryFile": "src/index.ts"
}
}
Loading

0 comments on commit 29f0335

Please sign in to comment.