Skip to content

Angular - Updating documentation for the inject function migration #23270

@sumeyyeKurtulus

Description

@sumeyyeKurtulus

⚠️ Important

Description

This issue is expected to update the documentation where we use the old constructor injection. As an example:
https://abp.io/docs/latest/framework/ui/angular/environment#before-use

import { EnvironmentService } from '@abp/ng.core';

@Component({
  /* class metadata here */
})
class DemoComponent {
  constructor(private environment: EnvironmentService) {}
}

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions