Matt Raible 7 년 전
부모
커밋
10d2165962
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md 파일 보기

192
   StormpathConfiguration, StormpathModule, StormpathIonicModule,
192
   StormpathConfiguration, StormpathModule, StormpathIonicModule,
193
   LoginPage, RegisterPage, ForgotPasswordPage
193
   LoginPage, RegisterPage, ForgotPasswordPage
194
 } from 'angular-stormpath';
194
 } from 'angular-stormpath';
195
-...
195
+
196
 export function stormpathConfig(): StormpathConfiguration {
196
 export function stormpathConfig(): StormpathConfiguration {
197
   let spConfig: StormpathConfiguration = new StormpathConfiguration();
197
   let spConfig: StormpathConfiguration = new StormpathConfiguration();
198
   spConfig.endpointPrefix = 'https://raible.apps.stormpath.io';
198
   spConfig.endpointPrefix = 'https://raible.apps.stormpath.io';