simpo-component-library 1.6.112 → 1.6.113
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +2 -3
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/appointment-form/appointment-form.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.113.tgz +0 -0
@@ -4,7 +4,7 @@ import { EventsService } from './../../services/events.service';
|
|
4
4
|
import BaseSection from '../BaseSection';
|
5
5
|
import { BannerContentModel, BannerSectionModel } from './appointment-form.model';
|
6
6
|
import { MatDialog } from '@angular/material/dialog';
|
7
|
-
import { RestService } from '
|
7
|
+
import { RestService } from '../../services/rest.service';
|
8
8
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
export declare class AppointmentFormComponent extends BaseSection implements OnInit {
|
package/package.json
CHANGED
Binary file
|