You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AngularJS, Components are more self-contained than Directives. They enforce vertical rather than horizontal dependency. Also, the same concept exists in Vue which makes migration easier.
Some cases are not well translated into components, and should be handled some other way.
kwicWord
tabHash
escaper
searchSubmit
meter
popper
tabSpinner
tabPreloader
clickCover
toBody
warning
typeaheadClickOpen
timeInterval
reduceSelect
globalFilters
globalFilter
mapCtrl
newsDesk
textReaderCtrl
textReader
compareCtrl
exampleCtrl
kwicCtrl
statsResultCtrl
graphCtrl
wordpicCtrl
scrollToStart
And
search history, which is not even consolidated into a directive, but spread across several files (history.js, services.js, main.ts, searchtabs.js); related:
In AngularJS, Components are more self-contained than Directives. They enforce vertical rather than horizontal dependency. Also, the same concept exists in Vue which makes migration easier.
Some cases are not well translated into components, and should be handled some other way.
And
The text was updated successfully, but these errors were encountered: