0.0.102 • Published 5 months ago

kleinsendelbach-website-library v0.0.102

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Setup

Setup the following services, e.g. in the AppComponent constructor:

  • AuthenticationService
  • EnvironmentService
  • FirebaseApiService
  • LinkService
  • DeviceTypeService
  • StyleConfigService
  • RecaptchaVerificationService
  • AnalyticsService

and

@HostListener('window:resize') public onResize() {
    this.deviceType.windowResized();
}

Copy assets folder

Add the following to your angular.json assets array:

{
    "input": "node_modules/kleinsendelbach-website-library/assets",
    "glob": "**/*",
    "output": "assets"
}

Set styles

Add node_modules/angular-calendar/css/angular-calendar.css to your angular.json styles array.

Setup app config

Add the following to your app.config.ts providers array:

importProvidersFrom(
    CalendarModule.forRoot({
        provide: DateAdapter,
        useFactory: adapterFactory
    }),
    AngularFireModule.initializeApp(YOUR_FIREBASE_OPTIONS),
    RecaptchaV3Module
),
{ provide: REGION, useValue: '<YOUR_FUNCTIONS_REGION>' },
{ provide: PERSISTENCE, useValue: '<AUTHENTICATION_PERSISTENCE (none, local, session)>' },
{ provide: RECAPTCHA_V3_SITE_KEY, useValue: '<YOUR_RECAPTCHA_SITE_KEY>' }

Add the following to your app.config.server.ts providers array:

{ provide: WindowService, userClass: ServerWindowService }
``
0.0.102

5 months ago

0.0.101

5 months ago

0.0.100

5 months ago

0.0.96

5 months ago

0.0.97

5 months ago

0.0.98

5 months ago

0.0.84

5 months ago

0.0.85

5 months ago

0.0.86

5 months ago

0.0.87

5 months ago

0.0.88

5 months ago

0.0.89

5 months ago

0.0.83

5 months ago

0.0.95

5 months ago

0.0.90

5 months ago

0.0.91

5 months ago

0.0.92

5 months ago

0.0.94

5 months ago

0.0.80

5 months ago

0.0.81

5 months ago

0.0.82

5 months ago

0.0.73

5 months ago

0.0.74

5 months ago

0.0.75

5 months ago

0.0.76

5 months ago

0.0.77

5 months ago

0.0.78

5 months ago

0.0.79

5 months ago

0.0.70

5 months ago

0.0.71

5 months ago

0.0.72

5 months ago

0.0.66

5 months ago

0.0.67

5 months ago

0.0.68

5 months ago

0.0.69

5 months ago

0.0.64

5 months ago

0.0.65

5 months ago

0.0.62

5 months ago

0.0.63

5 months ago

0.0.61

5 months ago

0.0.40

5 months ago

0.0.41

5 months ago

0.0.42

5 months ago

0.0.43

5 months ago

0.0.44

5 months ago

0.0.46

5 months ago

0.0.47

5 months ago

0.0.37

5 months ago

0.0.38

5 months ago

0.0.39

5 months ago

0.0.32

5 months ago

0.0.33

5 months ago

0.0.34

5 months ago

0.0.35

5 months ago

0.0.36

5 months ago

0.0.60

5 months ago

0.0.59

5 months ago

0.0.51

5 months ago

0.0.52

5 months ago

0.0.53

5 months ago

0.0.54

5 months ago

0.0.55

5 months ago

0.0.56

5 months ago

0.0.57

5 months ago

0.0.58

5 months ago

0.0.50

5 months ago

0.0.48

5 months ago

0.0.49

5 months ago

0.0.30

5 months ago

0.0.31

5 months ago

0.0.26

5 months ago

0.0.27

5 months ago

0.0.28

5 months ago

0.0.29

5 months ago

0.0.23

5 months ago

0.0.24

5 months ago

0.0.25

5 months ago

0.0.20

5 months ago

0.0.21

5 months ago

0.0.10

5 months ago

0.0.22

5 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.14

5 months ago

0.0.15

5 months ago

0.0.9

5 months ago

0.0.16

5 months ago

0.0.8

5 months ago

0.0.17

5 months ago

0.0.18

5 months ago

0.0.19

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago