UNPKG

4.31 kBJavaScriptView Raw
1var __spreadArrays = (this && this.__spreadArrays) || function () {
2 for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
3 for (var r = Array(s), k = 0, i = 0; i < il; i++)
4 for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
5 r[k] = a[j];
6 return r;
7};
8// tslint:disable
9/*
10 * Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11 *
12 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
13 * the License. A copy of the License is located at
14 *
15 * http://aws.amazon.com/apache2.0/
16 *
17 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
18 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
19 * and limitations under the License.
20 */
21// tslint:enable
22import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
23import { CommonModule } from '@angular/common';
24import { FormsModule } from '@angular/forms';
25import { AmplifyService } from './providers/amplify.service';
26import { AuthenticatorIonicComponent } from './components/authenticator/authenticator/authenticator.component.ionic';
27import { ConfirmSignInComponentIonic } from './components/authenticator/confirm-sign-in-component/confirm-sign-in-component.ionic';
28import { ConfirmSignUpComponentIonic } from './components/authenticator/confirm-sign-up-component/confirm-sign-up.component.ionic';
29import { ForgotPasswordComponentIonic } from './components/authenticator/forgot-password-component/forgot-password.component.ionic';
30import { GreetingComponentIonic } from './components/authenticator/greeting-component/greeting.component.ionic';
31import { SignInComponentIonic } from './components/authenticator/sign-in-component/sign-in.component.ionic';
32import { SignUpComponentIonic } from './components/authenticator/sign-up-component/sign-up.component.ionic';
33import { PhoneFieldComponentIonic } from './components/authenticator/phone-field-component/phone-field.component.ionic';
34import { UsernameFieldComponentIonic } from './components/authenticator/username-field-component/username-field.component.ionic';
35import { RequireNewPasswordComponentIonic } from './components/authenticator/require-new-password-component/require-new-password.component.ionic';
36import { PhotoPickerIonicComponent } from './components/storage/photo-picker-component/photo-picker.component.ionic';
37import { S3AlbumComponentIonic } from './components/storage/s3-album-component/s3-album.component.ionic';
38import { S3ImageComponentIonic } from './components/storage/s3-image-component/s3-image.component.ionic';
39import { ChatbotComponentIonic } from './components/interactions/chatbot/chatbot.component.ionic';
40import { SumerianSceneComponentIonic } from './components/xr/sumerian-scene-component/sumerian-scene.component.ionic';
41import { SumerianSceneLoadingComponentIonic } from './components/xr/sumerian-scene-component/sumerian-scene-loading.component.ionic';
42// tslint:enable:max-line-length
43var components = [
44 AuthenticatorIonicComponent,
45 ConfirmSignInComponentIonic,
46 ConfirmSignUpComponentIonic,
47 ForgotPasswordComponentIonic,
48 GreetingComponentIonic,
49 SignInComponentIonic,
50 SignUpComponentIonic,
51 UsernameFieldComponentIonic,
52 PhoneFieldComponentIonic,
53 RequireNewPasswordComponentIonic,
54 PhotoPickerIonicComponent,
55 S3AlbumComponentIonic,
56 S3ImageComponentIonic,
57 ChatbotComponentIonic,
58 SumerianSceneComponentIonic,
59 SumerianSceneLoadingComponentIonic,
60];
61var AmplifyIonicModule = /** @class */ (function () {
62 function AmplifyIonicModule() {
63 }
64 AmplifyIonicModule.decorators = [
65 { type: NgModule, args: [{
66 imports: [CommonModule, FormsModule],
67 declarations: __spreadArrays(components),
68 entryComponents: __spreadArrays(components),
69 providers: [AmplifyService],
70 schemas: [CUSTOM_ELEMENTS_SCHEMA],
71 exports: __spreadArrays(components),
72 },] },
73 ];
74 return AmplifyIonicModule;
75}());
76export { AmplifyIonicModule };
77//# sourceMappingURL=aws-amplify-ionic-module.js.map
\No newline at end of file