We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91a20b commit c62cd75Copy full SHA for c62cd75
src/main.ts
@@ -2,6 +2,6 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
2
import { registerLicense } from '@syncfusion/ej2-base';
3
import { AppModule } from './app/app.module';
4
5
-registerLicense('ORg4AjUWIQA/Gnt2VlhhQlJCfV5DQmBWfFN0RnNYf1RxdF9CZEwgOX1dQl9gSH5TckRjWH1eeH1UTmg=');
+registerLicense('Enter your license');
6
platformBrowserDynamic().bootstrapModule(AppModule)
7
.catch(err => console.error(err));
0 commit comments