Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~21.1.5",
"@angular/common": "~21.1.5",
"@angular/compiler": "~21.1.5",
"@angular/core": "~21.1.5",
"@angular/forms": "~21.1.5",
"@angular/platform-browser": "~21.1.5",
"@angular/platform-browser-dynamic": "~21.1.5",
"@angular/router": "~21.1.5",
"@angular/animations": "~21.2.0",
"@angular/common": "~21.2.0",
"@angular/compiler": "~21.2.0",
"@angular/core": "~21.2.0",
"@angular/forms": "~21.2.0",
"@angular/platform-browser": "~21.2.0",
"@angular/platform-browser-dynamic": "~21.2.0",
"@angular/router": "~21.2.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"igniteui-angular-wrappers": "~21.0.1",
Expand All @@ -27,10 +27,10 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "~21.1.5",
"@angular-devkit/build-angular": "~21.1.5",
"@angular/cli": "~21.1.5",
"@angular/compiler-cli": "~21.1.5",
"@angular/build": "~21.2.0",
"@angular-devkit/build-angular": "~21.2.0",
"@angular/cli": "~21.2.0",
"@angular/compiler-cli": "~21.2.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^18.16.0",
"igniteui-cli": "^$(cliVersion)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxSwitchComponent,
ReactiveFormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
ReactiveFormsModule,
FormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxInputGroupComponent,
IgxLabelDirective,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ import {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
styleUrl: './<%=filePrefix%>.component.scss',
encapsulation: ViewEncapsulation.None,
standalone: true,
imports: [IgxLayoutDirective, IgxButtonDirective, IgxBulletGraphCoreModule]
})
export class <%=ClassName%>Component implements AfterViewInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { IgxLayoutDirective, IgxCalendarComponent } from '<%=igxPackage%>';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
styleUrl: './<%=filePrefix%>.component.scss',
encapsulation: ViewEncapsulation.None,
standalone: true,
imports: [IgxLayoutDirective, IgxCalendarComponent]
})
export class <%=ClassName%>Component { }
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { IgxCarouselComponent, IgxSlideComponent } from '<%=igxPackage%>';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxCarouselComponent, NgFor, IgxSlideComponent]
})
export class <%=ClassName%>Component implements OnInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { FormsModule } from '@angular/forms';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [FormsModule, IgxCategoryChartModule]
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ interface NamedEntry {

@Component({
selector: 'app-<%=filePrefix%>',
styleUrls: ['./<%=filePrefix%>.component.scss'],
templateUrl: './<%=filePrefix%>.component.html',
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxLayoutDirective,
IgxChipsAreaComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxComboComponent,
IgxComboItemDirective,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxSwitchComponent,
ReactiveFormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ import { NgIf } from '@angular/common';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxGridComponent,
IgxGridToolbarComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
providers: [LocalDataService],
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxSwitchComponent,
ReactiveFormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ import { ReactiveFormsModule, FormsModule } from '@angular/forms';
providers: [LocalDataService],
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxSwitchComponent,
ReactiveFormsModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
ReactiveFormsModule,
IgxInputGroupComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import { NgIf, NgFor, NgClass } from '@angular/common';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxCardComponent,
IgxCardHeaderComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { IgxLayoutDirective, IgxDatePickerComponent } from '<%=igxPackage%>';;
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
styleUrl: './<%=filePrefix%>.component.scss',
encapsulation: ViewEncapsulation.Emulated,
standalone: true,
imports: [IgxLayoutDirective, IgxDatePickerComponent],
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { IDialogEventArgs, IgxButtonDirective, IgxDialogComponent } from '<%=igx
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxButtonDirective, IgxDialogComponent]
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ defineCustomElements();
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { NgFor } from '@angular/common';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxButtonDirective,
IgxRippleDirective,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { IgxFinancialChartModule } from 'igniteui-angular-charts';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxFinancialChartModule]
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { Component } from '@angular/core';
@Component({
selector: "<%=filePrefix%>",
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true
styleUrl: './<%=filePrefix%>.component.scss'
})
export class <%=ClassName%>Component {
title = '<%=name%>';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { Employee, employeesData } from './localData';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxGridComponent, IgxPaginatorComponent]
})
export class <%=ClassName%>Component implements OnInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ import { ReactiveFormsModule, FormsModule } from '@angular/forms';

@Component({
selector: 'app-<%=filePrefix%>',
styleUrls: ['./<%=filePrefix%>.component.scss'],
templateUrl: './<%=filePrefix%>.component.html',
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxGridComponent,
IgxColumnComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { Employee, employeesData } from './localData';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true
styleUrl: './<%=filePrefix%>.component.scss'
})
export class <%=ClassName%>Component implements OnInit {
public localData: Employee[] = [];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import { Employee, employeesData } from './localData';
encapsulation: ViewEncapsulation.None,
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxGridComponent,
IgxColumnComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { IgxGridComponent, IgxColumnComponent, IgxColumnGroupComponent, IgxPagin
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxGridComponent, IgxColumnComponent, IgxColumnGroupComponent, IgxPaginatorComponent]
})
export class <%=ClassName%>Component implements OnInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { IgxHierarchicalGridComponent, IgxColumnComponent, IgxRowIslandComponent
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxHierarchicalGridComponent, IgxColumnComponent, IgxRowIslandComponent]
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import { Singer } from './singer';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxButtonDirective,
IgxHierarchicalGridComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { ARTISTS, Artist } from './data';
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true
styleUrl: './<%=filePrefix%>.component.scss'
})
export class <%=ClassName%>Component {
public localData: Artist[] = ARTISTS;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { IgxHierarchicalGridComponent, IgxColumnComponent, IgxRowIslandComponent
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxHierarchicalGridComponent, IgxColumnComponent, IgxRowIslandComponent]
})
export class <%=ClassName%>Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ interface Genre {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
ReactiveFormsModule,
IgxSelectComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
styleUrl: './<%=filePrefix%>.component.scss',
encapsulation: ViewEncapsulation.None,
standalone: true,
imports: [IgxLayoutDirective, IgxButtonDirective, IgxLinearGaugeCoreModule]
})
export class <%=ClassName%>Component implements AfterViewInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ interface Contact {
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [
IgxFilterPipe,
IgxListItemComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { IgxGeographicMapComponent, IgxGeographicMapCoreModule } from 'igniteui-
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxGeographicMapCoreModule]
})
export class <%=ClassName%>Component implements AfterViewInit {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { IPivotConfiguration, IgxPivotNumericAggregate, IgxPivotGridComponent }
@Component({
selector: 'app-<%=filePrefix%>',
templateUrl: './<%=filePrefix%>.component.html',
styleUrls: ['./<%=filePrefix%>.component.scss'],
standalone: true,
styleUrl: './<%=filePrefix%>.component.scss',
imports: [IgxPivotGridComponent]
})
export class <%=ClassName%>Component {
Expand Down
Loading
Loading