Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewarosario/angular-padroes-e-boas-praticas
/ functions
Functions
50 in github.com/andrewarosario/angular-padroes-e-boas-praticas
⨍
Functions
50
◇
Types & classes
62
↓ 4 callers
Method
addTodo
(todo: Todo)
src/app/todos/state/todos.state.ts:41
↓ 4 callers
Method
error
(message: string)
src/app/shared/notification/hot-toast-notification/hot-toast-notification.service.ts:20
↓ 4 callers
Method
forRoot
(searchConfig: SearchConfig<T>)
src/app/shared/search-config/search-config.module.ts:11
↓ 4 callers
Method
getById
(id: string)
src/app/todos/state/todos.state.ts:32
↓ 4 callers
Method
getData
(key: string)
src/app/shared/storage/local-storage/local-storage.service.ts:7
↓ 4 callers
Method
success
(message: string)
src/app/shared/notification/hot-toast-notification/hot-toast-notification.service.ts:16
↓ 3 callers
Function
formChangesUntilDestroyed
( component: any, form: AbstractControl )
src/app/shared/helpers/form-changes-until-destroyed/form-changes-until-destroyed.ts:5
↓ 3 callers
Method
getInitialValue
()
src/app/shared/search-config/services/search-config.service.ts:17
↓ 2 callers
Method
addTodo
(title: string)
src/app/todos/containers/todo-list/todo-list.component.ts:30
↓ 2 callers
Method
create
(todo: TodoInsert)
src/app/todos/api/todos.api.ts:18
↓ 2 callers
Function
getCardComponents
()
src/app/todos/containers/todo-list/todo-list.component.spec.ts:22
↓ 2 callers
Function
getCardHeaderComponents
()
src/app/todos/containers/todo-list/todo-list.component.spec.ts:26
↓ 2 callers
Method
list
(search: string)
src/app/todos/api/todos.api.ts:14
↓ 2 callers
Method
remove
(id: string)
src/app/todos/api/todos.api.ts:22
↓ 2 callers
Method
setData
(key: string, value: any)
src/app/shared/storage/local-storage/local-storage.service.ts:12
↓ 2 callers
Method
toggleCompleted
(id: string, isCompleted: boolean)
src/app/todos/state/todos.state.ts:51
↓ 2 callers
Method
updateId
(todo: Todo, idTmp: string)
src/app/todos/state/todos.state.ts:67
↓ 2 callers
Method
updateSearch
(value: T)
src/app/shared/search-config/services/search-config.service.ts:13
↓ 1 callers
Method
addTodo
(title: string)
src/app/todos/todos.facade.ts:44
↓ 1 callers
Function
createTempTodo
(title: string)
src/app/todos/models/todo.model.ts:11
↓ 1 callers
Method
getTitleText
()
e2e/src/app.po.ts:8
↓ 1 callers
Function
isTodoTitleValid
(title: string)
src/app/todos/models/todo.model.ts:19
↓ 1 callers
Method
listenToFormChanges
()
src/app/shared/search-config/directives/form-search-storage.directive.ts:30
↓ 1 callers
Method
listenToSearchChanges
(search$: Observable<string>)
src/app/todos/todos.facade.ts:35
↓ 1 callers
Method
navigateTo
()
e2e/src/app.po.ts:4
↓ 1 callers
Method
ngOnInit
()
src/app/todos/containers/todo-list/todo-list.component.ts:25
↓ 1 callers
Method
removeTodo
(id: string)
src/app/todos/todos.facade.ts:61
↓ 1 callers
Method
removeTodo
(id: string)
src/app/todos/state/todos.state.ts:47
↓ 1 callers
Function
searchConfigFactory
(searchConfig: SearchConfig<T>)
src/app/shared/search-config/search-config-factory.ts:6
↓ 1 callers
Function
searchConfigFactoryToken
(searchConfig: SearchConfig<T>)
src/app/shared/search-config/search-config-factory.ts:11
↓ 1 callers
Method
setInitialValue
()
src/app/shared/search-config/directives/form-search-storage.directive.ts:25
↓ 1 callers
Method
toggleCompleted
(id: string, isCompleted: boolean)
src/app/todos/api/todos.api.ts:26
↓ 1 callers
Function
uuid
()
src/app/shared/helpers/uuid.ts:1
Method
completedTodos$
()
src/app/todos/state/todos.state.ts:16
Method
constructor
( private api: TodosApi, private state: TodosState, private notification: Notification, privat
src/app/todos/todos.facade.ts:15
Method
constructor
(public facade: TodosFacade)
src/app/todos/containers/todo-list/todo-list.component.ts:23
Method
constructor
(private http: HttpClient)
src/app/todos/api/todos.api.ts:12
Method
constructor
( @Optional() @SkipSelf() parentModule: CoreModule )
src/app/core/core.module.ts:25
Method
constructor
( private notification: Notification )
src/app/core/errors/http-error.interceptor.ts:15
Method
constructor
( private toast: HotToastService )
src/app/shared/notification/hot-toast-notification/hot-toast-notification.service.ts:10
Method
constructor
( private searchConfig: SearchConfigService<T> )
src/app/shared/search-config/directives/form-search-storage.directive.ts:16
Method
constructor
( private storageService: Storage, @Inject(SEARCH_CONFIG) private searchConfig: SearchConfig<T> )
src/app/shared/search-config/services/search-config.service.ts:8
Function
factory
()
src/app/shared/search-config/search-config-factory.ts:13
Method
intercept
(request: HttpRequest<any>, next: HttpHandler)
src/app/core/errors/http-error.interceptor.ts:19
Method
ngOnInit
()
src/app/shared/search-config/directives/form-search-storage.directive.ts:20
Function
onPrepare
()
e2e/protractor.conf.js:26
Method
todos
()
src/app/todos/state/todos.state.ts:28
Method
todos$
()
src/app/todos/state/todos.state.ts:12
Method
toggleCompleted
(id: string, isCompleted: boolean)
src/app/todos/todos.facade.ts:71
Method
uncompletedTodos$
()
src/app/todos/state/todos.state.ts:22