Skip to content

Commit c62cd75

Browse files
Update main.ts
1 parent e91a20b commit c62cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
22
import { registerLicense } from '@syncfusion/ej2-base';
33
import { AppModule } from './app/app.module';
44

5-
registerLicense('ORg4AjUWIQA/Gnt2VlhhQlJCfV5DQmBWfFN0RnNYf1RxdF9CZEwgOX1dQl9gSH5TckRjWH1eeH1UTmg=');
5+
registerLicense('Enter your license');
66
platformBrowserDynamic().bootstrapModule(AppModule)
77
.catch(err => console.error(err));

0 commit comments

Comments
 (0)