I'm software developer and musician.
- Turkey/Istanbul
- in/cemre-%C3%B6zer-she-her-aa3b0b145
Pinned Loading
-
-
-
-
Oberver Design Pattern
Oberver Design Pattern 1class Subject<T>{
2states$: T[];
34private observables: Observable<T>[];
5 -
Oberver Design Pattern
Oberver Design Pattern 1class Observable<T>{
2public state$: T | null;
34private observer: (res: any) => void;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.