File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
ngx-raptorize-demo/src/app Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ import {
34
34
NgxRaptorizeModule,
35
35
NGX_RAPTORIZE_CONFIG,
36
36
NgxRaptorizeConfig,
37
- assetsBase64,
38
37
} from 'ngx-raptorize';
38
+ import { assetsBase64 } from 'ngx-raptorize/assets';
39
39
40
40
...
41
41
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { NgModule } from '@angular/core';
4
4
import {
5
5
NgxRaptorizeModule ,
6
6
NGX_RAPTORIZE_CONFIG ,
7
- assetsBase64 ,
8
7
NgxRaptorizeConfig ,
9
8
} from 'ngx-raptorize' ;
9
+ import { assetsBase64 } from 'ngx-raptorize/assets' ;
10
10
import { AppComponent } from './app.component' ;
11
11
12
12
@NgModule ( {
Original file line number Diff line number Diff line change
1
+ import { raptorBase64 } from './raptor-base64' ;
2
+ import { raptorSoundMP3Base64 } from './raptor-sound-mp3-base64' ;
3
+
4
+ export const assetsBase64 = {
5
+ raptorBase64,
6
+ raptorSoundMP3Base64,
7
+ } ;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Public API Surface of ngx-raptorize
3
3
*/
4
- import { raptorBase64 } from './lib/assets-base64/raptor-base64' ;
5
- import { raptorSoundMP3Base64 } from './lib/assets-base64/raptor-sound-mp3-base64' ;
6
4
7
5
export * from './lib/konamiCode.directive' ;
8
6
export * from './lib/ngx-raptorize.component' ;
9
7
export * from './lib/ngx-raptorize.module' ;
10
8
export * from './lib/ngx-raptorize.token' ;
11
-
12
- export const assetsBase64 = {
13
- raptorBase64,
14
- raptorSoundMP3Base64,
15
- } ;
You can’t perform that action at this time.
0 commit comments