GipHub123

Results 5 issues of GipHub123

I've been testing AWS Lambda + aws-serverless-express + Angular (SSR). _1) Lambda -> aws-serverless-express. 2) Express bootstraps Angular application's 3) During bootstrap process, application fetches resources from CloudFront and other...

### Is this a regression? No ### Description **name -property not properly set.** ` @StoreConfig({name: 'company', idKey: 'businessId'}) @Injectable({providedIn: 'root'}) export class CompanyStore extends EntityStore { constructor() { super(); }...

Compilation error: ``` Error: node_modules/angular-safeguard/dist/Locker.module.d.ts:4:51 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 4 static withConfig(userConfig: ILockerConfig): ModuleWithProviders; ``` ``` $ ng version _ _ ____ _ ___...

Not sure if is just me doing something wrong or is there a bug with grouping with default expansion? I also noticed that inputs `groupRowsBy `and `groupExpansionDefault `aren't described in...

### Description of the bug It look's like something has changed in recently released Angular 17. In some test cases ngMocks.findInstance is unable to find instance (Standalone). `ngMocks.findInstance(TestComponent);` TypeError: Cannot...

bug