@jooler/jooler-websites-shared 0.0.131 → 0.0.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/achievements/achievements.component.mjs +2 -2
- package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +2 -2
- package/esm2020/lib/call-to-action-section-two/call-to-action-section-two.component.mjs +2 -2
- package/esm2020/lib/coming-soon/coming-soon.component.mjs +2 -2
- package/esm2020/lib/contact-us-page/contact-us-page.component.mjs +2 -2
- package/esm2020/lib/cta-section-style-four/cta-section-style-four.component.mjs +22 -10
- package/esm2020/lib/faq-category-listing/faq-category-listing.component.mjs +2 -2
- package/esm2020/lib/faq-listing/faq-listing.component.mjs +2 -2
- package/esm2020/lib/get-started-cta/get-started-cta.component.mjs +2 -2
- package/esm2020/lib/image-gallery-modal/image-gallery-modal.component.mjs +3 -3
- package/esm2020/lib/our-client-listing/our-client-listing.component.mjs +2 -2
- package/esm2020/lib/our-clients/our-clients.component.mjs +2 -2
- package/esm2020/lib/page-section-style-ten/page-section-style-ten.component.mjs +2 -2
- package/esm2020/lib/page-section-style-thirteen/page-section-style-thirteen.component.mjs +2 -2
- package/esm2020/lib/page-section-style-three/page-section-style-three.component.mjs +2 -2
- package/esm2020/lib/page-section-with-multiple-cards/page-section-with-multiple-cards.component.mjs +2 -2
- package/esm2020/lib/pricing-plans/pricing-plans.component.mjs +2 -2
- package/esm2020/lib/section-title/section-title.component.mjs +2 -2
- package/esm2020/lib/success-message-dialog/success-message-dialog.component.mjs +2 -2
- package/esm2020/lib/team/team.component.mjs +2 -2
- package/esm2020/lib/value-props-section/value-props-section.component.mjs +2 -2
- package/esm2020/lib/values/values.component.mjs +2 -2
- package/fesm2015/jooler-websites-shared.mjs +69 -58
- package/fesm2015/jooler-websites-shared.mjs.map +1 -1
- package/fesm2020/jooler-websites-shared.mjs +69 -58
- package/fesm2020/jooler-websites-shared.mjs.map +1 -1
- package/lib/cta-section-style-four/cta-section-style-four.component.d.ts +3 -1
- package/package.json +2 -2
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { CtaTypeOne } from '../models/cta-one-type.model';
|
|
4
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class CtaSectionStyleFourComponent implements OnInit {
|
|
7
|
+
private breakpointObserver;
|
|
6
8
|
private _router;
|
|
7
9
|
sectionContent: CtaTypeOne;
|
|
8
|
-
constructor(_router: Router);
|
|
10
|
+
constructor(breakpointObserver: BreakpointObserver, _router: Router);
|
|
9
11
|
ngOnInit(): void;
|
|
10
12
|
onClickCtaButton(route: any): void;
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtaSectionStyleFourComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jooler/jooler-websites-shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.133",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=13.1.0",
|
|
6
6
|
"@angular/core": ">=13.1.0"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"type": "git",
|
|
41
41
|
"url": "git+https://github.com/HenryHamamji/erp-shared-library.git"
|
|
42
42
|
},
|
|
43
|
-
"author": "Mohammad Ali",
|
|
43
|
+
"author": "Mohammad Ali Jarjoumah",
|
|
44
44
|
"license": "UNLICENSED",
|
|
45
45
|
"bugs": {
|
|
46
46
|
"url": "https://github.com/HenryHamamji/erp-shared-library/issues"
|