UNPKG

6 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/*
9 * Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10 *
11 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
12 * the License. A copy of the License is located at
13 *
14 * http://aws.amazon.com/apache2.0/
15 *
16 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
17 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
18 * and limitations under the License.
19 */
20import { NgModule } from '@angular/core';
21import { CommonModule } from '@angular/common';
22import { FormsModule } from '@angular/forms';
23import { AuthenticatorComponent } from './components/authenticator/authenticator/authenticator.factory';
24import { AuthenticatorComponentCore } from './components/authenticator/authenticator/authenticator.component.core';
25import { ConfirmSignInComponent } from './components/authenticator/confirm-sign-in-component/confirm-sign-in.factory';
26import { ConfirmSignInComponentCore } from './components/authenticator/confirm-sign-in-component/confirm-sign-in-component.core';
27import { ConfirmSignUpComponent } from './components/authenticator/confirm-sign-up-component/confirm-sign-up.factory';
28import { ConfirmSignUpComponentCore } from './components/authenticator/confirm-sign-up-component/confirm-sign-up.component.core';
29import { SignInComponent } from './components/authenticator/sign-in-component/sign-in.component.factory';
30import { SignInComponentCore } from './components/authenticator/sign-in-component/sign-in.component.core';
31import { SignUpComponent } from './components/authenticator/sign-up-component/sign-up.factory';
32import { SignUpComponentCore } from './components/authenticator/sign-up-component/sign-up.component.core';
33import { RequireNewPasswordComponent } from './components/authenticator/require-new-password-component/require-new-password.factory';
34import { RequireNewPasswordComponentCore } from './components/authenticator/require-new-password-component/require-new-password.component.core';
35import { GreetingComponent } from './components/authenticator/greeting-component/greeting.factory';
36import { GreetingComponentCore } from './components/authenticator/greeting-component/greeting.component.core';
37import { ForgotPasswordComponent } from './components/authenticator/forgot-password-component/forgot-password.factory';
38import { ForgotPasswordComponentCore } from './components/authenticator/forgot-password-component/forgot-password.component.core';
39import { UsernameFieldComponentCore } from './components/authenticator/username-field-component/username-field.component.core';
40import { PhoneFieldComponentCore } from './components/authenticator/phone-field-component/phone-field.component.core';
41import { S3AlbumComponent } from './components/storage/s3-album-component/s3-album.factory';
42import { S3AlbumComponentCore } from './components/storage/s3-album-component/s3-album.component.core';
43import { S3ImageComponent } from './components/storage/s3-image-component/s3-image.factory';
44import { S3ImageComponentCore } from './components/storage/s3-image-component/s3-image.component.core';
45import { PhotoPickerComponent } from './components/storage/photo-picker-component/photo-picker.factory';
46import { PhotoPickerComponentCore } from './components/storage/photo-picker-component/photo-picker.component.core';
47import { ChatBotComponent } from './components/interactions/chatbot/chatbot.factory';
48import { ChatbotComponentCore } from './components/interactions/chatbot/chatbot.component.core';
49import { DynamicComponentDirective } from './directives/dynamic.component.directive';
50import { FormComponent } from './components/common/form.component';
51import { SumerianSceneComponent } from './components/xr/sumerian-scene-component/sumerian-scene.factory';
52import { SumerianSceneComponentCore } from './components/xr/sumerian-scene-component/sumerian-scene.component.core';
53import { SumerianSceneLoadingComponentCore } from './components/xr/sumerian-scene-component/sumerian-scene-loading.component.core';
54// tslint:enable:max-line-length
55var components = [
56 AuthenticatorComponent,
57 AuthenticatorComponentCore,
58 ConfirmSignInComponent,
59 ConfirmSignInComponentCore,
60 ConfirmSignUpComponent,
61 ConfirmSignUpComponentCore,
62 SignInComponent,
63 SignInComponentCore,
64 SignUpComponent,
65 SignUpComponentCore,
66 RequireNewPasswordComponent,
67 RequireNewPasswordComponentCore,
68 GreetingComponent,
69 GreetingComponentCore,
70 ForgotPasswordComponent,
71 ForgotPasswordComponentCore,
72 UsernameFieldComponentCore,
73 PhoneFieldComponentCore,
74 S3AlbumComponent,
75 S3AlbumComponentCore,
76 S3ImageComponent,
77 S3ImageComponentCore,
78 PhotoPickerComponent,
79 PhotoPickerComponentCore,
80 ChatBotComponent,
81 ChatbotComponentCore,
82 FormComponent,
83 SumerianSceneComponent,
84 SumerianSceneComponentCore,
85 SumerianSceneLoadingComponentCore,
86];
87var AmplifyAngularModule = /** @class */ (function () {
88 function AmplifyAngularModule() {
89 }
90 AmplifyAngularModule.decorators = [
91 { type: NgModule, args: [{
92 imports: [CommonModule, FormsModule],
93 declarations: __spreadArrays([DynamicComponentDirective], components),
94 entryComponents: __spreadArrays(components),
95 providers: [],
96 exports: __spreadArrays(components),
97 },] },
98 ];
99 return AmplifyAngularModule;
100}());
101export { AmplifyAngularModule };
102//# sourceMappingURL=aws-amplify-angular.module.js.map
\No newline at end of file