Skip to content

Commit

Permalink
feat(console): stripe (#1590)
Browse files Browse the repository at this point in the history
* prepare request for sub service

* show detail, i18n

* form dialog

* country

* stripe button

* feature

* flex

* rm logs

* org creationdate, lint

* rm log
  • Loading branch information
peintnermax committed Apr 15, 2021
1 parent c2fedbb commit 6a3a541
Show file tree
Hide file tree
Showing 272 changed files with 2,271 additions and 194 deletions.
2 changes: 2 additions & 0 deletions console/src/app/app.module.ts
Expand Up @@ -25,6 +25,7 @@ import { AuthConfig, OAuthModule, OAuthStorage } from 'angular-oauth2-oidc';
import { QuicklinkModule } from 'ngx-quicklink';
import { OnboardingModule } from 'src/app/modules/onboarding/onboarding.module';
import { RegExpPipeModule } from 'src/app/pipes/regexp-pipe/regexp-pipe.module';
import { SubscriptionService } from 'src/app/services/subscription.service';

import { environment } from '../environments/environment';
import { AppRoutingModule } from './app-routing.module';
Expand Down Expand Up @@ -178,6 +179,7 @@ const authConfig: AuthConfig = {
GrpcService,
AuthenticationService,
GrpcAuthService,
SubscriptionService,
{ provide: 'windowObject', useValue: window },
],
bootstrap: [AppComponent],
Expand Down

0 comments on commit 6a3a541

Please sign in to comment.