mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
feat(challenge36): add solution on trackby
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component } from '@angular/core';
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [],
|
||||
selector: 'lib-root',
|
||||
selector: 'app-root',
|
||||
template: ``,
|
||||
styles: [''],
|
||||
})
|
||||
|
||||
@@ -51,7 +51,7 @@ export async function challengeGenerator(tree: Tree, options: Schema) {
|
||||
tmpl: '',
|
||||
projectName: names(options.name).name,
|
||||
title: options.title,
|
||||
challengeNumber,
|
||||
challengeNumber: challengeNumber + 1,
|
||||
docRepository: options.docRepository,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user