Skip to content

Commit f168494

Browse files
authored
Merge pull request #35 from Saranya13/master
config(EJ2-000): V18.4.30 released
2 parents 11612fe + f9659c3 commit f168494

File tree

1,078 files changed

+40300
-2885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,078 files changed

+40300
-2885
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "18.3.35",
3+
"version": "18.4.30",
44
"scripts": {
55
"start": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng serve",
66
"start:prod": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng serve --prod",

src/app/accordion/accordion.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const accordionAppRoutes: Object[] = [
1515
{ path: ':theme/accordion/icon', component: IconAccordionComponent, name: 'Icons', description: 'The sample demonstrates how to represent pane headers with an icon in Accordion component which populates from items collection in Angular platform.', category: 'Accordion' },
1616
];
1717

18-
export const accordionRouter: ModuleWithProviders = RouterModule.forChild(accordionAppRoutes);
18+
export const accordionRouter: ModuleWithProviders<any> = RouterModule.forChild(accordionAppRoutes);
1919

2020
@NgModule({
2121
imports: [accordionRouter, AccordionModule, SharedModule],

src/app/accordion/ajax-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/accordion/default-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/accordion/icon-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/app.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { NgModule, CUSTOM_ELEMENTS_SCHEMA, ReflectiveInjector } from '@angular/c
22
import { BrowserModule } from '@angular/platform-browser';
33
import { HashLocationStrategy, LocationStrategy } from '@angular/common';
44
import { HttpModule, JsonpModule } from '@angular/http';
5+
import { HttpClientModule } from '@angular/common/http';
56
import { SBRoutingModule } from './common/sb.router';
67
import { SharedModule } from './common/shared.module';
78

@@ -17,6 +18,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
1718
SharedModule,
1819
HttpModule,
1920
JsonpModule,
21+
HttpClientModule,
2022
FormsModule,
2123
ReactiveFormsModule
2224
],

src/app/auto-complete/auto-complete.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const autoCompleteAppRoutes: Object[] = [
5454
}
5555
];
5656

57-
export const AutoCompleteRouter: ModuleWithProviders = RouterModule.forChild(autoCompleteAppRoutes);
57+
export const AutoCompleteRouter: ModuleWithProviders<any> = RouterModule.forChild(autoCompleteAppRoutes);
5858

5959
@NgModule({
6060
imports: [AutoCompleteRouter, AutoCompleteModule, SharedModule, CheckBoxModule, DropDownListModule, FormsModule, ReactiveFormsModule, BrowserModule],

src/app/auto-complete/custom-filtering-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/auto-complete/data-binding-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/auto-complete/default-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)