
@ngxf/platform
там тоже есть много интересных идей. А именноNgxfModule.forLazy(LazyComponent)
<ng-container *lazy="'src/app/view/lazy/lazy.module#LazyModule';
activate activate; deactivate deactivate
">${NG_CONTENT}</ng-container>
Size: a a a
@ngxf/platform
там тоже есть много интересных идей. А именно<ng-container *lazy="'src/app/view/lazy/lazy.module#LazyModule';
activate activate; deactivate deactivate
">${NG_CONTENT}</ng-container>
Where do you get your Angular news?
t.me/ngFanatic
ng add angular-vscode
or
npx angular-vscode
Angular Language Service
Angular Console
TSLint
Prettier
Settings Sync
Angular Productivity Pack
import { Component, Prop } from '@stencil/core';
@Component({
tag: 'my-component',
styleUrl: 'my-component.css'
})
export class MyComponent {
@Prop() first: string;
@Prop() last: string;
render() {
return (
<div>
Hello, my name is {this.first} {this.last}
</div>
);
}
}
@nestjs/platform-express, @nestjs/platform-fastify
и т.д