diff --git a/.gitignore b/.gitignore index 78010f9..8e5e65e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ node_modules npm-debug.log dist +*.ngfactory.ts +*.ngsummary.json # OS generated files Thumbs.db diff --git a/index.ngsummary.json b/index.ngsummary.json deleted file mode 100644 index fcc4378..0000000 --- a/index.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}},{"symbol":{"__symbol":4,"members":[]},"metadata":{"__symbol":5,"members":[]}}],"symbols":[{"__symbol":0,"name":"NgxCarouselModule","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/index.d.ts"},{"__symbol":1,"name":"NgxCarouselModule","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel.module.d.ts"},{"__symbol":2,"name":"NgxCarousel","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/index.d.ts"},{"__symbol":3,"name":"NgxCarousel","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"},{"__symbol":4,"name":"NgxCarouselStore","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/index.d.ts"},{"__symbol":5,"name":"NgxCarouselStore","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"}]} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a949a14..a0ef2c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,13 @@ { "name": "ngx-carousel", - "version": "1.1.0", + "version": "1.3.1", "lockfileVersion": 1, "dependencies": { + "@angular/common": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-4.4.6.tgz", + "integrity": "sha1-S4FCByTggooOg5uVpV6xp+g5GPI=" + }, "@angular/compiler": { "version": "4.4.6", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-4.4.6.tgz", @@ -15,6 +20,11 @@ "integrity": "sha1-uv09HiYOmQh+uajPdTLb1gOrubE=", "dev": true }, + "@angular/core": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-4.4.6.tgz", + "integrity": "sha1-EwMf0Q3P5DiHVBmzjyESCVi8I1Q=" + }, "@angular/platform-browser": { "version": "4.4.6", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-4.4.6.tgz", @@ -88,6 +98,11 @@ "integrity": "sha512-Y/7r6bE1sSpvBoMNZpSWKGHM2q67YxzBADbsfVqMf+nM6SbsQnU7BPMdrE3m/GiT46BQMN8BwFGhjukQP8Yy0A==", "dev": true }, + "rxjs": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.2.tgz", + "integrity": "sha512-oRYoIKWBU3Ic37fLA5VJu31VqQO4bWubRntcHSJ+cwaDQBwdnZ9x4zmhJfm/nFQ2E82/I4loSioHnACamrKGgA==" + }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -100,6 +115,11 @@ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true }, + "symbol-observable": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.4.tgz", + "integrity": "sha1-Kb9hXUqnEhvdiYsi1LP5vE4qoD0=" + }, "tsickle": { "version": "0.21.6", "resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.21.6.tgz", diff --git a/package.json b/package.json index ccce027..e7de119 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,11 @@ "version": "1.3.1", "description": "Angular Carousel with customizable option with touch support and even more. Try it then say about it", "scripts": { - "transpile": "ngc", + "transpile": "ngc ", "package": "rollup -c", "minify": "uglifyjs dist/bundles/ngxcarousel.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngxcarousel.umd.min.js", - "build": "npm run transpile && npm run package && npm run minify" + "build": "npm run transpile && npm run package && npm run minify", + "postinstall": "npm run build" }, "devDependencies": { "@angular/compiler": "^4.2.4", @@ -16,8 +17,15 @@ "uglify-js": "^3.0.19" }, "dependencies": { - "@angular/platform-browser": "^4.4.2", + "@angular/common": "^4.2.4", + "@angular/core": "^4.2.4", + "@angular/platform-browser": "^4.2.4", "@types/hammerjs": "^2.0.34", - "hammerjs": "^2.0.8" + "hammerjs": "^2.0.8", + "rxjs": "^5.5.2" + }, + "peerDependencies": { + "@angular/common": ">=4.0.0", + "@angular/core": ">=4.0.0" } } diff --git a/src/ngx-carousel.module.ngfactory.ts b/src/ngx-carousel.module.ngfactory.ts deleted file mode 100644 index 21aea9e..0000000 --- a/src/ngx-carousel.module.ngfactory.ts +++ /dev/null @@ -1,21 +0,0 @@ -/** - * @fileoverview This file is generated by the Angular template compiler. - * Do not edit. - * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} - */ - /* tslint:disable */ - - -import * as i0 from '@angular/core'; -import * as i1 from './ngx-carousel.module'; -import * as i2 from '@angular/common'; -import * as i3 from '@angular/platform-browser'; -export const NgxCarouselModuleNgFactory:i0.NgModuleFactory = i0.ɵcmf(i1.NgxCarouselModule, - ([] as any[]),(_l:any) => { - return i0.ɵmod([i0.ɵmpd(512,i0.ComponentFactoryResolver,i0.ɵCodegenComponentFactoryResolver, - [[8,([] as any[])],[3,i0.ComponentFactoryResolver],i0.NgModuleRef]),i0.ɵmpd(4608, - i2.NgLocalization,i2.NgLocaleLocalization,[i0.LOCALE_ID]),i0.ɵmpd(4608,i3.HAMMER_GESTURE_CONFIG, - i1.MyHammerConfig,([] as any[])),i0.ɵmpd(512,i2.CommonModule,i2.CommonModule, - ([] as any[])),i0.ɵmpd(512,i1.NgxCarouselModule,i1.NgxCarouselModule,([] as any[]))]); - }); -//# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtY2Fyb3VzZWwubW9kdWxlLm5nZmFjdG9yeS50cyIsInZlcnNpb24iOjMsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIm5nOi8vL0M6L1VzZXJzL1NoZWlrIEFsdGhhZi9EZXNrdG9wL1Byb2plY3RzL25neC1jYXJvdXNlbC9zcmMvbmd4LWNhcm91c2VsLm1vZHVsZS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIgIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsifQ== diff --git a/src/ngx-carousel.module.ngsummary.json b/src/ngx-carousel.module.ngsummary.json deleted file mode 100644 index ecf02cc..0000000 --- a/src/ngx-carousel.module.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]}},"type":{"summaryKind":3,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":2,"type":{"reference":{"__symbol":2,"members":[]},"diDeps":[],"lifecycleHooks":[]},"entryComponents":[],"providers":[{"provider":{"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}},"useClass":{"reference":{"__symbol":4,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":6,"members":[]},"diDeps":[],"lifecycleHooks":[]}},{"provider":{"token":{"identifier":{"reference":{"__symbol":7,"members":[]}}},"useClass":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"useFactory":null,"deps":[],"multi":false},"module":{"reference":{"__symbol":2,"members":[]},"diDeps":[],"lifecycleHooks":[]}}],"modules":[{"reference":{"__symbol":6,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":2,"members":[]},"diDeps":[],"lifecycleHooks":[]}],"exportedDirectives":[{"reference":{"__symbol":8,"members":[]}},{"reference":{"__symbol":9,"members":[]}},{"reference":{"__symbol":10,"members":[]}},{"reference":{"__symbol":11,"members":[]}},{"reference":{"__symbol":12,"members":[]}},{"reference":{"__symbol":13,"members":[]}}],"exportedPipes":[]}}],"symbols":[{"__symbol":0,"name":"MyHammerConfig","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel.module.d.ts"},{"__symbol":1,"name":"HammerGestureConfig","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/platform-browser/platform-browser.d.ts"},{"__symbol":2,"name":"NgxCarouselModule","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel.module.d.ts"},{"__symbol":3,"name":"NgLocalization","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/common/common.d.ts"},{"__symbol":4,"name":"NgLocaleLocalization","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/common/common.d.ts"},{"__symbol":5,"name":"LOCALE_ID","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":6,"name":"CommonModule","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/common/common.d.ts"},{"__symbol":7,"name":"HAMMER_GESTURE_CONFIG","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/platform-browser/platform-browser.d.ts"},{"__symbol":8,"name":"NgxCarouselComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.component.d.ts"},{"__symbol":9,"name":"NgxItemComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-item/ngx-item.component.d.ts"},{"__symbol":10,"name":"NgxTileComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-tile/ngx-tile.component.d.ts"},{"__symbol":11,"name":"NgxCarouselItemDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":12,"name":"NgxCarouselNextDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":13,"name":"NgxCarouselPrevDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"}]} \ No newline at end of file diff --git a/src/ngx-carousel/ngx-carousel.component.ngfactory.ts b/src/ngx-carousel/ngx-carousel.component.ngfactory.ts deleted file mode 100644 index c192f65..0000000 --- a/src/ngx-carousel/ngx-carousel.component.ngfactory.ts +++ /dev/null @@ -1,86 +0,0 @@ -/** - * @fileoverview This file is generated by the Angular template compiler. - * Do not edit. - * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} - */ - /* tslint:disable */ - - -import * as i0 from '@angular/core'; -import * as i1 from '@angular/common'; -import * as i2 from './ngx-carousel.component'; -const styles_NgxCarouselComponent:any[] = ['[_nghost-%COMP%] {\n display: block;\n position: relative;\n }\n\n .ngxcarousel[_ngcontent-%COMP%] .ngxcarousel-inner[_ngcontent-%COMP%] {\n position: relative;\n overflow: hidden;\n }\n .ngxcarousel[_ngcontent-%COMP%] .ngxcarousel-inner[_ngcontent-%COMP%] .ngxcarousel-items[_ngcontent-%COMP%] {\n white-space: nowrap;\n position: relative;\n }\n\n .banner[_ngcontent-%COMP%] .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] {\n position: absolute;\n width: 100%;\n bottom: 20px;\n }\n .banner[_ngcontent-%COMP%] .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] li[_ngcontent-%COMP%] {\n background: rgba(255, 255, 255, 0.55);\n }\n .banner[_ngcontent-%COMP%] .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] li.active[_ngcontent-%COMP%] {\n background: white;\n }\n .banner[_ngcontent-%COMP%] .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover {\n cursor: pointer;\n }\n\n .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] {\n list-style-type: none;\n text-align: center;\n padding: 12px;\n margin: 0;\n white-space: nowrap;\n overflow: auto;\n box-sizing: border-box;\n }\n .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] li[_ngcontent-%COMP%] {\n display: inline-block;\n border-radius: 50%;\n background: rgba(0, 0, 0, 0.55);\n padding: 4px;\n margin: 0 4px;\n transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);\n transition: 0.4s;\n }\n .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] li.active[_ngcontent-%COMP%] {\n background: #6b6b6b;\n transform: scale(1.8);\n }\n .ngxcarouselPointDefault[_ngcontent-%COMP%] .ngxcarouselPoint[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover {\n cursor: pointer;\n }']; -export const RenderType_NgxCarouselComponent:i0.RendererType2 = i0.ɵcrt({encapsulation:0, - styles:styles_NgxCarouselComponent,data:{}}); -function View_NgxCarouselComponent_2(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,[[1,0],['pointInner',1]],(null as any),0,'li', - ([] as any[]),[[2,'active',(null as any)]],[[(null as any),'click']],(_v,en, - $event) => { - var ad:boolean = true; - var _co:any = _v.component; - if (('click' === en)) { - const pd_0:any = ((_co.moveTo(_v.context.$implicit)) !== false); - ad = (pd_0 && ad); - } - return ad; - },(null as any),(null as any)))],(null as any),(_ck,_v) => { - var _co:any = _v.component; - const currVal_0:any = (_v.context.$implicit == _co.pointers); - _ck(_v,0,0,currVal_0); - }); -} -function View_NgxCarouselComponent_1(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,[[5,0],['points',1]],(null as any),3,'div',([] as any[]), - (null as any),(null as any),(null as any),(null as any),(null as any))),(_l()(), - i0.ɵeld(0,(null as any),(null as any),2,'ul',[['class','ngxcarouselPoint']], - (null as any),(null as any),(null as any),(null as any),(null as any))), - (_l()(),i0.ɵand(16777216,(null as any),(null as any),1,(null as any),View_NgxCarouselComponent_2)), - i0.ɵdid(802816,(null as any),0,i1.NgForOf,[i0.ViewContainerRef,i0.TemplateRef, - i0.IterableDiffers],{ngForOf:[0,'ngForOf']},(null as any))],(_ck,_v) => { - var _co:any = _v.component; - const currVal_0:any = _co.pointNumbers; - _ck(_v,3,0,currVal_0); - },(null as any)); -} -export function View_NgxCarouselComponent_0(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[i0.ɵqud(671088640,1,{points:1}),i0.ɵqud(402653184,2,{carouselMain1:0}), - i0.ɵqud(402653184,3,{carouselInner1:0}),i0.ɵqud(402653184,4,{carousel1:0}),i0.ɵqud(671088640, - 5,{pointMain:0}),i0.ɵqud(402653184,6,{forTouch:0}),(_l()(),i0.ɵeld(0,[[2, - 0],['ngxcarousel',1]],(null as any),6,'div',[['class','ngxcarousel']],(null as any), - (null as any),(null as any),(null as any),(null as any))),(_l()(),i0.ɵeld(0, - [[6,0],['forTouch',1]],(null as any),3,'div',[['class','ngxcarousel-inner']], - (null as any),(null as any),(null as any),(null as any),(null as any))), - (_l()(),i0.ɵeld(0,[[3,0],['ngxitems',1]],(null as any),1,'div',[['class','ngxcarousel-items']], - (null as any),(null as any),(null as any),(null as any),(null as any))), - i0.ɵncd((null as any),0),(_l()(),i0.ɵeld(0,(null as any),(null as any),0,'div', - [['style','clear: both']],(null as any),(null as any),(null as any),(null as any), - (null as any))),i0.ɵncd((null as any),1),i0.ɵncd((null as any),2),(_l()(), - i0.ɵand(16777216,(null as any),(null as any),1,(null as any),View_NgxCarouselComponent_1)), - i0.ɵdid(16384,(null as any),0,i1.NgIf,[i0.ViewContainerRef,i0.TemplateRef],{ngIf:[0, - 'ngIf']},(null as any))],(_ck,_v) => { - var _co:i2.NgxCarouselComponent = _v.component; - const currVal_0:any = _co.userData.point.visible; - _ck(_v,14,0,currVal_0); - },(null as any)); -} -export function View_NgxCarouselComponent_Host_0(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),4,'ngx-carousel', - ([] as any[]),(null as any),[['window','resize']],(_v,en,$event) => { - var ad:boolean = true; - if (('window:resize' === en)) { - const pd_0:any = ((i0.ɵnov(_v,1).onResizing($event)) !== false); - ad = (pd_0 && ad); - } - return ad; - },View_NgxCarouselComponent_0,RenderType_NgxCarouselComponent)),i0.ɵdid(6012928, - (null as any),3,i2.NgxCarouselComponent,[i0.ElementRef,i0.Renderer],(null as any), - (null as any)),i0.ɵqud(603979776,1,{items:1}),i0.ɵqud(335544320,2,{next:0}), - i0.ɵqud(335544320,3,{prev:0})],(_ck,_v) => { - _ck(_v,1,0); - },(null as any)); -} -export const NgxCarouselComponentNgFactory:i0.ComponentFactory = i0.ɵccf('ngx-carousel', - i2.NgxCarouselComponent,View_NgxCarouselComponent_Host_0,{userData:'inputs',moveToSlide:'moveToSlide'}, - {carouselLoad:'carouselLoad',onMove:'onMove'},['[NgxCarouselItem]','[NgxCarouselPrev]', - '[NgxCarouselNext]']); -//# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtY2Fyb3VzZWwvbmd4LWNhcm91c2VsLmNvbXBvbmVudC5uZ2ZhY3RvcnkudHMiLCJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJuZzovLy9DOi9Vc2Vycy9TaGVpayBBbHRoYWYvRGVza3RvcC9Qcm9qZWN0cy9uZ3gtY2Fyb3VzZWwvc3JjL25neC1jYXJvdXNlbC9uZ3gtY2Fyb3VzZWwuY29tcG9uZW50LnRzIiwibmc6Ly8vQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtY2Fyb3VzZWwvbmd4LWNhcm91c2VsLmNvbXBvbmVudC50cy5OZ3hDYXJvdXNlbENvbXBvbmVudC5odG1sIiwibmc6Ly8vQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtY2Fyb3VzZWwvbmd4LWNhcm91c2VsLmNvbXBvbmVudC50cy5OZ3hDYXJvdXNlbENvbXBvbmVudF9Ib3N0Lmh0bWwiXSwic291cmNlc0NvbnRlbnQiOlsiICIsIjxkaXYgI25neGNhcm91c2VsIGNsYXNzPVwibmd4Y2Fyb3VzZWxcIj48ZGl2ICNmb3JUb3VjaCBjbGFzcz1cIm5neGNhcm91c2VsLWlubmVyXCI+PGRpdiAjbmd4aXRlbXMgY2xhc3M9XCJuZ3hjYXJvdXNlbC1pdGVtc1wiPjxuZy1jb250ZW50IHNlbGVjdD1cIltOZ3hDYXJvdXNlbEl0ZW1dXCI+PC9uZy1jb250ZW50PjwvZGl2PjxkaXYgc3R5bGU9XCJjbGVhcjogYm90aFwiPjwvZGl2PjwvZGl2PjxuZy1jb250ZW50IHNlbGVjdD1cIltOZ3hDYXJvdXNlbFByZXZdXCI+PC9uZy1jb250ZW50PjxuZy1jb250ZW50IHNlbGVjdD1cIltOZ3hDYXJvdXNlbE5leHRdXCI+PC9uZy1jb250ZW50PjwvZGl2PjxkaXYgI3BvaW50cyAqbmdJZj1cInVzZXJEYXRhLnBvaW50LnZpc2libGVcIj48dWwgY2xhc3M9XCJuZ3hjYXJvdXNlbFBvaW50XCI+PGxpICNwb2ludElubmVyICpuZ0Zvcj1cImxldCBpIG9mIHBvaW50TnVtYmVyczsgbGV0IGk9aW5kZXhcIiBbY2xhc3MuYWN0aXZlXT1cImk9PXBvaW50ZXJzXCIgKGNsaWNrKT1cIm1vdmVUbyhpKVwiPjwvbGk+PC91bD48L2Rpdj4iLCI8bmd4LWNhcm91c2VsPjwvbmd4LWNhcm91c2VsPiJdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7OztvQkNBOFk7TUFBQTtnQkFBQTtRQUFBO1FBQUE7UUFBeUY7VUFBQTtVQUFBO1FBQUE7UUFBekY7TUFBQTs7SUFBNEQ7SUFBNUQsV0FBNEQsU0FBNUQ7Ozs7b0JBQXpFO01BQUEsd0VBQTRDO2FBQUE7VUFBQTtNQUE2QjthQUFBOzRCQUFBOztJQUFnQjtJQUFoQixXQUFnQixTQUFoQjs7Ozs7OzZEQUE5WTtVQUFBO1VBQUEsMERBQXNDO1VBQUE7VUFBQTtNQUF5QztVQUFBO2FBQXlDLGtCQUEwRDtVQUFBO1VBQUEsdUJBQXFDLHlCQUFvRCxrQkFBMEQ7aUJBQUE7YUFBQTtVQUFBOztJQUFhO0lBQWIsWUFBYSxTQUFiOzs7O29CQ0FyVTtNQUFBO1FBQUE7UUFBQTtVQUFBO1VBQUE7UUFBQTtRQUFBO01BQUEsdUVBQUE7TUFBQTtNQUFBO2FBQUE7SUFBQTs7Ozs7OyJ9 diff --git a/src/ngx-carousel/ngx-carousel.component.ngsummary.json b/src/ngx-carousel/ngx-carousel.component.ngsummary.json deleted file mode 100644 index 49b6c41..0000000 --- a/src/ngx-carousel/ngx-carousel.component.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"userData":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["inputs"]}]}],"moveToSlide":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["moveToSlide"]}]}],"carouselLoad":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]},"arguments":["carouselLoad"]}]}],"onMove":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]},"arguments":["onMove"]}]}],"items":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":[{"__symbol":4,"members":[]}]}]}],"points":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":5,"members":[]},"arguments":["pointInner",{"read":{"__symbol":6,"members":[]}}]}]}],"next":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":7,"members":[]},"arguments":[{"__symbol":8,"members":[]},{"read":{"__symbol":6,"members":[]}}]}]}],"prev":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":7,"members":[]},"arguments":[{"__symbol":9,"members":[]},{"read":{"__symbol":6,"members":[]}}]}]}],"carouselMain1":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":10,"members":[]},"arguments":["ngxcarousel",{"read":{"__symbol":6,"members":[]}}]}]}],"carouselInner1":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":10,"members":[]},"arguments":["ngxitems",{"read":{"__symbol":6,"members":[]}}]}]}],"carousel1":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":10,"members":[]},"arguments":["main",{"read":{"__symbol":6,"members":[]}}]}]}],"pointMain":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":10,"members":[]},"arguments":["points",{"read":{"__symbol":6,"members":[]}}]}]}],"forTouch":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":10,"members":[]},"arguments":["forTouch",{"read":{"__symbol":6,"members":[]}}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":6,"members":[]},{"__symbol":11,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"onResizing":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbol":12,"members":[]},"arguments":["window:resize",["$event"]]}]}],"ngOnChanges":[{"__symbolic":"method"}],"storeCarouselData":[{"__symbolic":"method"}],"touch":[{"__symbolic":"method"}],"touchHandling":[{"__symbolic":"method"}],"onWindowScrolling":[{"__symbolic":"method"}],"carouselPoint":[{"__symbolic":"method"}],"carouselPointActiver":[{"__symbolic":"method"}],"moveTo":[{"__symbolic":"method"}],"carouselSize":[{"__symbolic":"method"}],"carouselScrollOne":[{"__symbolic":"method"}],"carouselScrollTwo":[{"__symbolic":"method"}],"btnBoolean":[{"__symbolic":"method"}],"transformStyle":[{"__symbolic":"method"}],"carouselLoadTrigger":[{"__symbolic":"method"}],"generateID":[{"__symbolic":"method"}],"carouselInterval":[{"__symbolic":"method"}],"carouselIntervalEvent":[{"__symbolic":"method"}],"carouselAnimator":[{"__symbolic":"method"}],"buttonControl":[{"__symbolic":"method"}],"setStyle":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":11,"members":[]}}}}],"lifecycleHooks":[0,1,3,4,6]},"isComponent":true,"selector":"ngx-carousel","exportAs":null,"inputs":{"userData":"inputs","moveToSlide":"moveToSlide"},"outputs":{"carouselLoad":"carouselLoad","onMove":"onMove"},"hostListeners":{"window:resize":"onResizing($event)"},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[{"selectors":[{"identifier":{"reference":{"__symbol":4,"members":[]}}}],"first":false,"descendants":false,"propertyName":"items","read":null},{"selectors":[{"identifier":{"reference":{"__symbol":8,"members":[]}}}],"first":true,"descendants":true,"propertyName":"next","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":9,"members":[]}}}],"first":true,"descendants":true,"propertyName":"prev","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}}],"viewQueries":[{"selectors":[{"value":"pointInner"}],"first":false,"descendants":true,"propertyName":"points","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"selectors":[{"value":"ngxcarousel"}],"first":true,"descendants":true,"propertyName":"carouselMain1","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"selectors":[{"value":"ngxitems"}],"first":true,"descendants":true,"propertyName":"carouselInner1","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"selectors":[{"value":"main"}],"first":true,"descendants":true,"propertyName":"carousel1","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"selectors":[{"value":"points"}],"first":true,"descendants":true,"propertyName":"pointMain","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}},{"selectors":[{"value":"forTouch"}],"first":true,"descendants":true,"propertyName":"forTouch","read":{"identifier":{"reference":{"__symbol":6,"members":[]}}}}],"entryComponents":[],"changeDetection":1,"template":{"animations":[],"ngContentSelectors":["[NgxCarouselItem]","[NgxCarouselPrev]","[NgxCarouselNext]"],"encapsulation":0},"componentViewType":{"__symbol":13,"members":[]},"rendererType":{"__symbol":14,"members":[]},"componentFactory":{"__symbol":15,"members":[]}}}],"symbols":[{"__symbol":0,"name":"NgxCarouselComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.component.d.ts"},{"__symbol":1,"name":"Input","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":2,"name":"Output","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":3,"name":"ContentChildren","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":4,"name":"NgxCarouselItemDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":5,"name":"ViewChildren","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":6,"name":"ElementRef","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":7,"name":"ContentChild","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":8,"name":"NgxCarouselNextDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":9,"name":"NgxCarouselPrevDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":10,"name":"ViewChild","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":11,"name":"Renderer","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":12,"name":"HostListener","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":13,"name":"View_NgxCarouselComponent_0","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.component.ngfactory.d.ts"},{"__symbol":14,"name":"RenderType_NgxCarouselComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.component.ngfactory.d.ts"},{"__symbol":15,"name":"NgxCarouselComponentNgFactory","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.component.ngfactory.d.ts"}]} \ No newline at end of file diff --git a/src/ngx-carousel/ngx-carousel.directive.ngsummary.json b/src/ngx-carousel/ngx-carousel.directive.ngsummary.json deleted file mode 100644 index e0e14a9..0000000 --- a/src/ngx-carousel/ngx-carousel.directive.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":false,"selector":"[NgxCarouselItem]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}},{"symbol":{"__symbol":1,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":1,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":false,"selector":"[NgxCarouselNext]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":1,"type":{"reference":{"__symbol":2,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":false,"selector":"[NgxCarouselPrev]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}}],"symbols":[{"__symbol":0,"name":"NgxCarouselItemDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":1,"name":"NgxCarouselNextDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"},{"__symbol":2,"name":"NgxCarouselPrevDirective","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.directive.d.ts"}]} \ No newline at end of file diff --git a/src/ngx-carousel/ngx-carousel.interface.ngsummary.json b/src/ngx-carousel/ngx-carousel.interface.ngsummary.json deleted file mode 100644 index 6a55955..0000000 --- a/src/ngx-carousel/ngx-carousel.interface.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"}},{"symbol":{"__symbol":1,"members":[]},"metadata":{"__symbolic":"class"}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbolic":"class"}},{"symbol":{"__symbol":3,"members":[]},"metadata":{"__symbolic":"class"}},{"symbol":{"__symbol":4,"members":[]},"metadata":{"__symbolic":"class"}},{"symbol":{"__symbol":5,"members":[]},"metadata":{"__symbolic":"interface"}}],"symbols":[{"__symbol":0,"name":"NgxCarouselStore","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"},{"__symbol":1,"name":"ItemsControl","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"},{"__symbol":2,"name":"Touch","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"},{"__symbol":3,"name":"Transfrom","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"},{"__symbol":4,"name":"NgxCarousel","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"},{"__symbol":5,"name":"Point","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-carousel/ngx-carousel.interface.d.ts"}]} \ No newline at end of file diff --git a/src/ngx-item/ngx-item.component.ngfactory.ts b/src/ngx-item/ngx-item.component.ngfactory.ts deleted file mode 100644 index 74b9fb4..0000000 --- a/src/ngx-item/ngx-item.component.ngfactory.ts +++ /dev/null @@ -1,28 +0,0 @@ -/** - * @fileoverview This file is generated by the Angular template compiler. - * Do not edit. - * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} - */ - /* tslint:disable */ - - -import * as i0 from '@angular/core'; -import * as i1 from './ngx-item.component'; -const styles_NgxItemComponent:any[] = ['[_nghost-%COMP%] {\n display: inline-block;\n white-space: initial;\n vertical-align: top;\n }']; -export const RenderType_NgxItemComponent:i0.RendererType2 = i0.ɵcrt({encapsulation:0, - styles:styles_NgxItemComponent,data:{}}); -export function View_NgxItemComponent_0(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[i0.ɵncd((null as any),0)],(null as any),(null as any)); -} -export function View_NgxItemComponent_Host_0(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),1,'ngx-item',([] as any[]), - [[8,'className',0]],(null as any),(null as any),View_NgxItemComponent_0,RenderType_NgxItemComponent)), - i0.ɵdid(49152,(null as any),0,i1.NgxItemComponent,([] as any[]),(null as any), - (null as any))],(null as any),(_ck,_v) => { - const currVal_0:any = i0.ɵnov(_v,1).classes; - _ck(_v,0,0,currVal_0); - }); -} -export const NgxItemComponentNgFactory:i0.ComponentFactory = i0.ɵccf('ngx-item', - i1.NgxItemComponent,View_NgxItemComponent_Host_0,{},{},['*']); -//# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtaXRlbS9uZ3gtaXRlbS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwidmVyc2lvbiI6Mywic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsibmc6Ly8vQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtaXRlbS9uZ3gtaXRlbS5jb21wb25lbnQudHMiLCJuZzovLy9DOi9Vc2Vycy9TaGVpayBBbHRoYWYvRGVza3RvcC9Qcm9qZWN0cy9uZ3gtY2Fyb3VzZWwvc3JjL25neC1pdGVtL25neC1pdGVtLmNvbXBvbmVudC50cy5OZ3hJdGVtQ29tcG9uZW50Lmh0bWwiLCJuZzovLy9DOi9Vc2Vycy9TaGVpayBBbHRoYWYvRGVza3RvcC9Qcm9qZWN0cy9uZ3gtY2Fyb3VzZWwvc3JjL25neC1pdGVtL25neC1pdGVtLmNvbXBvbmVudC50cy5OZ3hJdGVtQ29tcG9uZW50X0hvc3QuaHRtbCJdLCJzb3VyY2VzQ29udGVudCI6WyIgIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PiIsIjxuZ3gtaXRlbT48L25neC1pdGVtPiJdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7Ozs7OzJCQ0FBOzs7b0JDQUE7TUFBQTthQUFBO1VBQUE7SUFBQTtJQUFBLFdBQUEsU0FBQTs7OzsifQ== diff --git a/src/ngx-item/ngx-item.component.ngsummary.json b/src/ngx-item/ngx-item.component.ngsummary.json deleted file mode 100644 index 57e3674..0000000 --- a/src/ngx-item/ngx-item.component.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"classes":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["class"]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"ngx-item","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{"class":"classes"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"animations":[],"ngContentSelectors":["*"],"encapsulation":0},"componentViewType":{"__symbol":2,"members":[]},"rendererType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}}],"symbols":[{"__symbol":0,"name":"NgxItemComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-item/ngx-item.component.d.ts"},{"__symbol":1,"name":"HostBinding","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":2,"name":"View_NgxItemComponent_0","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-item/ngx-item.component.ngfactory.d.ts"},{"__symbol":3,"name":"RenderType_NgxItemComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-item/ngx-item.component.ngfactory.d.ts"},{"__symbol":4,"name":"NgxItemComponentNgFactory","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-item/ngx-item.component.ngfactory.d.ts"}]} \ No newline at end of file diff --git a/src/ngx-tile/ngx-tile.component.ngfactory.ts b/src/ngx-tile/ngx-tile.component.ngfactory.ts deleted file mode 100644 index f5349a6..0000000 --- a/src/ngx-tile/ngx-tile.component.ngfactory.ts +++ /dev/null @@ -1,30 +0,0 @@ -/** - * @fileoverview This file is generated by the Angular template compiler. - * Do not edit. - * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} - */ - /* tslint:disable */ - - -import * as i0 from '@angular/core'; -import * as i1 from './ngx-tile.component'; -const styles_NgxTileComponent:any[] = ['[_nghost-%COMP%] {\n display: inline-block;\n white-space: initial;\n padding: 10px;\n box-sizing: border-box;\n vertical-align: top;\n }\n\n .tile[_ngcontent-%COMP%] {\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n }\n\n *[_ngcontent-%COMP%] {\n box-sizing: border-box;\n }']; -export const RenderType_NgxTileComponent:i0.RendererType2 = i0.ɵcrt({encapsulation:0, - styles:styles_NgxTileComponent,data:{}}); -export function View_NgxTileComponent_0(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),1,'div',[['class', - 'tile']],(null as any),(null as any),(null as any),(null as any),(null as any))), - i0.ɵncd((null as any),0)],(null as any),(null as any)); -} -export function View_NgxTileComponent_Host_0(_l:any):i0.ɵViewDefinition { - return i0.ɵvid(0,[(_l()(),i0.ɵeld(0,(null as any),(null as any),1,'ngx-tile',([] as any[]), - [[8,'className',0]],(null as any),(null as any),View_NgxTileComponent_0,RenderType_NgxTileComponent)), - i0.ɵdid(49152,(null as any),0,i1.NgxTileComponent,([] as any[]),(null as any), - (null as any))],(null as any),(_ck,_v) => { - const currVal_0:any = i0.ɵnov(_v,1).classes; - _ck(_v,0,0,currVal_0); - }); -} -export const NgxTileComponentNgFactory:i0.ComponentFactory = i0.ɵccf('ngx-tile', - i1.NgxTileComponent,View_NgxTileComponent_Host_0,{},{},['*']); -//# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtdGlsZS9uZ3gtdGlsZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwidmVyc2lvbiI6Mywic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsibmc6Ly8vQzovVXNlcnMvU2hlaWsgQWx0aGFmL0Rlc2t0b3AvUHJvamVjdHMvbmd4LWNhcm91c2VsL3NyYy9uZ3gtdGlsZS9uZ3gtdGlsZS5jb21wb25lbnQudHMiLCJuZzovLy9DOi9Vc2Vycy9TaGVpayBBbHRoYWYvRGVza3RvcC9Qcm9qZWN0cy9uZ3gtY2Fyb3VzZWwvc3JjL25neC10aWxlL25neC10aWxlLmNvbXBvbmVudC50cy5OZ3hUaWxlQ29tcG9uZW50Lmh0bWwiLCJuZzovLy9DOi9Vc2Vycy9TaGVpayBBbHRoYWYvRGVza3RvcC9Qcm9qZWN0cy9uZ3gtY2Fyb3VzZWwvc3JjL25neC10aWxlL25neC10aWxlLmNvbXBvbmVudC50cy5OZ3hUaWxlQ29tcG9uZW50X0hvc3QuaHRtbCJdLCJzb3VyY2VzQ29udGVudCI6WyIgIiwiPGRpdiBjbGFzcz1cInRpbGVcIj48bmctY29udGVudD48L25nLWNvbnRlbnQ+PC9kaXY+IiwiPG5neC10aWxlPjwvbmd4LXRpbGU+Il0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7b0JDQUE7TUFBQTthQUFrQjs7O29CQ0FsQjtNQUFBO2FBQUE7VUFBQTtJQUFBO0lBQUEsV0FBQSxTQUFBOzs7OyJ9 diff --git a/src/ngx-tile/ngx-tile.component.ngsummary.json b/src/ngx-tile/ngx-tile.component.ngsummary.json deleted file mode 100644 index c4e86f7..0000000 --- a/src/ngx-tile/ngx-tile.component.ngsummary.json +++ /dev/null @@ -1 +0,0 @@ -{"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"classes":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["class"]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"ngx-tile","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{"class":"classes"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"animations":[],"ngContentSelectors":["*"],"encapsulation":0},"componentViewType":{"__symbol":2,"members":[]},"rendererType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}}],"symbols":[{"__symbol":0,"name":"NgxTileComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-tile/ngx-tile.component.d.ts"},{"__symbol":1,"name":"HostBinding","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/node_modules/@angular/core/core.d.ts"},{"__symbol":2,"name":"View_NgxTileComponent_0","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-tile/ngx-tile.component.ngfactory.d.ts"},{"__symbol":3,"name":"RenderType_NgxTileComponent","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-tile/ngx-tile.component.ngfactory.d.ts"},{"__symbol":4,"name":"NgxTileComponentNgFactory","filePath":"C:/Users/Sheik Althaf/Desktop/Projects/ngx-carousel/src/ngx-tile/ngx-tile.component.ngfactory.d.ts"}]} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 90bd8fc..d045172 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,10 +8,6 @@ "noImplicitAny": true, "module": "es2015", "moduleResolution": "node", - "paths": { - "@angular/core": ["node_modules/@angular/core"], - "rxjs/*": ["node_modules/rxjs/*"] - }, "rootDir": ".", "outDir": "dist", "sourceMap": true, @@ -27,6 +23,7 @@ "index.ts" ], "angularCompilerOptions": { - "strictMetadataEmit": true + "skipMetadataEmit" : false, + "skipTemplateCodegen": true } } \ No newline at end of file