Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avatsaev/angular-ngrx-socket-frontend
/ functions
Functions
41 in github.com/avatsaev/angular-ngrx-socket-frontend
⨍
Functions
41
◇
Types & classes
49
↓ 7 callers
Method
emit
(event: string, data?: any)
src/app/core/services/socket.service.ts:35
↓ 4 callers
Method
listen
(event: string)
src/app/core/services/socket.service.ts:46
↓ 1 callers
Method
addNote
(note)
src/app/views/notes/services/notes.service.ts:30
↓ 1 callers
Method
deleteNote
(note)
src/app/views/notes/services/notes.service.ts:38
↓ 1 callers
Method
getParagraphText
()
e2e/app.po.ts:8
↓ 1 callers
Method
join
(room: string)
src/app/core/services/socket.service.ts:21
↓ 1 callers
Method
listNotes
()
src/app/views/notes/services/notes.service.ts:26
↓ 1 callers
Method
navigateTo
()
e2e/app.po.ts:4
↓ 1 callers
Method
toggleEditMode
()
src/app/core/components/note-item/note-item.component.ts:26
↓ 1 callers
Method
updateNote
(note)
src/app/views/notes/services/notes.service.ts:34
Method
addNote
(note: Note)
src/app/views/notes/note-list/note-list.component.ts:29
Method
constructor
(private socket: SocketService, private store: Store<fromRoot.State>)
src/app/app.component.ts:37
Method
constructor
()
src/app/core/components/note-item/note-item.component.ts:20
Method
constructor
(public payload?: boolean)
src/app/core/store/actions/ui.actions.ts:10
Method
constructor
()
src/app/core/services/socket.service.ts:15
Method
constructor
(public payload?: {[id: string]: Note})
src/app/views/notes/store/actions/notes.actions.ts:24
Method
constructor
(public payload?: Note)
src/app/views/notes/store/actions/notes.actions.ts:29
Method
constructor
(public payload?: Note)
src/app/views/notes/store/actions/notes.actions.ts:34
Method
constructor
(public payload?: Note)
src/app/views/notes/store/actions/notes.actions.ts:39
Method
constructor
(public payload?: Note)
src/app/views/notes/store/actions/notes.actions.ts:44
Method
constructor
(public payload?: Note)
src/app/views/notes/store/actions/notes.actions.ts:49
Method
constructor
(public payload?: Note)
src/app/views/notes/store/actions/notes.actions.ts:54
Method
constructor
(private actions$: Actions, private notesService: NotesService)
src/app/views/notes/store/effects/notes.effects.ts:68
Method
constructor
(private socket: SocketService)
src/app/views/notes/services/notes.service.ts:13
Method
constructor
( private store: Store<fromNotesStore.State>, )
src/app/views/notes/note-list/note-list.component.ts:20
Method
deleteNote
()
src/app/core/components/note-item/note-item.component.ts:40
Method
deleteNote
(note: Note)
src/app/views/notes/note-list/note-list.component.ts:38
Method
disconnect
()
src/app/core/services/socket.service.ts:30
Function
getEntites
(state: State)
src/app/views/notes/store/reducers/notes.reducer.ts:84
Function
getEntitesArray
(state: State)
src/app/views/notes/store/reducers/notes.reducer.ts:94
Function
getIds
(state: State)
src/app/views/notes/store/reducers/notes.reducer.ts:85
Function
getSelectedId
(state: State)
src/app/views/notes/store/reducers/notes.reducer.ts:86
Function
getSocketStatus
(state: State)
src/app/core/store/reducers/ui.reducer.ts:27
Method
ngOnChanges
()
src/app/core/components/note-item/note-item.component.ts:22
Method
ngOnInit
()
src/app/app.component.ts:39
Method
ngOnInit
()
src/app/views/notes/note-list/note-list.component.ts:24
Function
onPrepare
()
protractor.conf.js:22
Function
reducer
(state = INIT_STATE, {type, payload}: uiActions.All)
src/app/core/store/reducers/ui.reducer.ts:13
Function
reducer
(state = INIT_STATE, action: notesActions.All)
src/app/views/notes/store/reducers/notes.reducer.ts:20
Method
updateNote
()
src/app/core/components/note-item/note-item.component.ts:34
Method
updateNote
(note: Note)
src/app/views/notes/note-list/note-list.component.ts:34