Skip to content

bhargavr445/signals-18

Repository files navigation

Run project report sudo npm run bundle-report

kafka_2.13-3.9.0/bin/zookeeper-server-start.sh kafka_2.13-3.9.0/config/zookeeper.properties kafka_2.13-3.9.0/bin/kafka-server-start.sh kafka_2.13-3.9.0/config/server.properties

πŸ’« About Me:

Angular, typescript, cypress, ngrx, rxjs, signals, react, node, mongodb, mongoose

πŸ’» Tech Stack:

![Angular](https://img.shields.io/badge/angular-%23DD0031.svg ?style=for-the-badge&logo=angular&logoColor=white) Nodemon Redux RxJS NodeJS Vue.js React Router React Native React MongoDB

πŸ“Š GitHub Stats:




Angular

Multiple Router outlets

yes we can acheive this by using named router-outlet, and in router congig we need to pass outlet prop Ex: {path: '', component: '', outlet: left} {path: '', component: '', outlet: right} ref

services

@Injectable root - Will download and create reference 1st time when component is used

providers [] in [App_Config] - services which are registered here will be loaded at app initial loading time, [which means] these services are ignored by Angular tree shaking and included in the initial bundle

provider [] in [Component] - will create multiple instance and references if we use this component based approach ![i.e](if we use this component selector multiple times, this service instance is create multiple time along with reference)

[Injecting_Service_into_another_Service] - these 2 services can be registered as 1 or 2 approachees [MIX_AND_MATCH]

Note: student servie is created as approach 1 Now if i create Logger service and if i use 3rd approach to register Logger service in component and if i inject logger into student service then it will give null injector error

new Control flow

@let

[VAR]

signals

computed Signals

effects

signal inputs/outputs

Modal inputs/outputs

signals instead of Behaviour Subjects

zone less apps

toSignal

toObservable

[ROUTING]

Router Outlet input

load component

deferable views

functional guards

accessing data vie inputs(@Input() or input())

Router outlet data - v-19(can access data only in direct child components)

[SSR

SSR with problems and solutions

Hydration