Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
871
Issues
871
List
Boards
Labels
Service Desk
Milestones
Merge Requests
55
Merge Requests
55
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
0764c503
Commit
0764c503
authored
54 minutes ago
by
Marcelo Rivera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): moved subscription component to its own folder
parent
181879d1
epic/minds-pro
1 merge request
!486
WIP: (feat): Minds Pro (development branch) - Release 2
Pipeline
#77379094
passed with stages
in 44 minutes and 19 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
subscription.component.html
...ules/pro/channel/subscription/subscription.component.html
+0
-0
subscription.component.ts
...odules/pro/channel/subscription/subscription.component.ts
+2
-2
subscription.components.scss
...les/pro/channel/subscription/subscription.components.scss
+0
-0
pro.module.ts
src/app/modules/pro/pro.module.ts
+1
-1
No files found.
src/app/modules/pro/subscription.component.html
→
src/app/modules/pro/
channel/subscription/
subscription.component.html
View file @
0764c503
File moved
This diff is collapsed.
Click to expand it.
src/app/modules/pro/subscription.component.ts
→
src/app/modules/pro/
channel/subscription/
subscription.component.ts
View file @
0764c503
import
{
ChangeDetectionStrategy
,
ChangeDetectorRef
,
Component
,
EventEmitter
,
OnInit
,
Output
}
from
'
@angular/core
'
;
import
{
Session
}
from
'
../../services/session
'
;
import
{
ProService
}
from
'
./pro.service
'
;
import
{
Session
}
from
'
../../
../../
services/session
'
;
import
{
ProService
}
from
'
.
./..
/pro.service
'
;
@
Component
({
selector
:
'
m-pro--subscription
'
,
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/subscription.components.scss
→
src/app/modules/pro/
channel/subscription/
subscription.components.scss
View file @
0764c503
File moved
This diff is collapsed.
Click to expand it.
src/app/modules/pro/pro.module.ts
View file @
0764c503
...
...
@@ -5,7 +5,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import
{
CommonModule
}
from
'
../../common/common.module
'
;
import
{
ProService
}
from
'
./pro.service
'
;
import
{
ProMarketingComponent
}
from
'
./marketing.component
'
;
import
{
ProSubscriptionComponent
}
from
'
./subscription.component
'
;
import
{
ProSubscriptionComponent
}
from
'
./
channel/subscription/
subscription.component
'
;
import
{
ProChannelComponent
}
from
"
./channel/channel.component
"
;
import
{
ProChannelLoginComponent
}
from
"
./channel/login/login.component
"
;
import
{
MindsFormsModule
}
from
"
../forms/forms.module
"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment