Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (3)
Adding Injectable to SignupModalService
· 8826f544
Brian Hatchet
authored
Oct 25, 2019
and
Mark Harding
committed
Oct 25, 2019
8826f544
Merge branch 'chore/fix-channel-injection-issue' into 'master'
· 80069206
Mark Harding
authored
Oct 25, 2019
Adding Injectable to SignupModalService See merge request
!618
80069206
Merge remote-tracking branch 'origin/master' into goal/product-pages-update-1
· 4fe4cdd1
Emiliano Balbuena
authored
Oct 31, 2019
4fe4cdd1
Hide whitespace changes
Inline
Side-by-side
src/app/modules/modals/signup/service.ts
View file @
4fe4cdd1
import
{
EventEmitter
}
from
'
@angular/core
'
;
import
{
EventEmitter
,
Injectable
}
from
'
@angular/core
'
;
import
{
Router
,
NavigationEnd
}
from
'
@angular/router
'
;
import
{
ScrollService
}
from
'
../../../services/ux/scroll
'
;
import
{
Subscription
}
from
'
rxjs
'
;
@
Injectable
()
export
class
SignupModalService
{
defaultSubtitle
:
string
=
'
Signup to comment, upload, vote and earn 100+ free views on your content daily.
'
;
...
...