Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-search-enroll-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scott Berg
course-search-enroll-fe
Commits
574d9e78
Commit
574d9e78
authored
6 years ago
by
pnogal
Committed by
Paulina Nogal
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Replace mat-drawer with mat-sidenav
parent
3c70149a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/app.component.html
+8
-9
8 additions, 9 deletions
src/app/app.component.html
with
8 additions
and
9 deletions
src/app/app.component.html
+
8
−
9
View file @
574d9e78
<header>
<header>
<cse-header></cse-header>
<cse-header></cse-header>
<cse-navigation></cse-navigation>
<cse-navigation></cse-navigation>
</header>
</header>
<main>
<main>
<mat-sidenav-container
class=
"example-container"
hasBackdrop=
"false"
style=
"height: 100vh;"
>
<mat-sidenav-container
class=
"example-container"
hasBackdrop=
"false"
style=
"height: 100vh;"
>
<mat-sidenav
mode=
"over"
position=
"end"
#rightAddCourse
>
<mat-sidenav
mode=
"over"
position=
"end"
#rightAddCourse
>
<mat-
drawer
-container>
<mat-
sidenav
-container>
<mat-
drawer
mode=
"side"
position=
"start"
#rightAddCourse2
>
<mat-
sidenav
mode=
"side"
position=
"start"
#rightAddCourse2
>
<mat-toolbar
color=
"primary"
class=
"dialog-toolbar"
>
<mat-toolbar
color=
"primary"
class=
"dialog-toolbar"
>
<button
mat-button
class=
"close-btn"
(click)=
"rightAddCourse2.close()"
><i
class=
"material-icons"
>
clear
</i></button>
<button
mat-button
class=
"close-btn"
(click)=
"rightAddCourse2.close()"
><i
class=
"material-icons"
>
clear
</i></button>
<span
class=
"dialog-toolbar-title"
>
Add course to degree plan
</span>
<span
class=
"dialog-toolbar-title"
>
Add course to degree plan
</span>
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
</div>
</div>
<div>
<div>
<!-- <p>Introduction to several of Shakespare's most popular plays and their relation to other works of English and American literature.</p> -->
<!-- <p>Introduction to several of Shakespare's most popular plays and their relation to other works of English and American literature.</p> -->
<p><span
class=
"semi-bold"
>
Enroll Info:
</span>
None
</p>
<p><span
class=
"semi-bold"
>
Enroll Info:
</span>
None
</p>
<p><span
class=
"semi-bold"
>
Requisites:
</span>
None
</p>
<p><span
class=
"semi-bold"
>
Requisites:
</span>
None
</p>
<ul
class=
"courseDetails-list"
>
<ul
class=
"courseDetails-list"
>
...
@@ -61,8 +60,8 @@
...
@@ -61,8 +60,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
</mat-
drawer
>
</mat-
sidenav
>
<mat-
drawer
-con
n
tent
class=
"course-search-pane"
>
<mat-
sidenav
-content
class=
"course-search-pane"
>
<mat-toolbar
color=
"primary"
class=
"dialog-toolbar"
>
<mat-toolbar
color=
"primary"
class=
"dialog-toolbar"
>
<span
class=
"dialog-toolbar-title"
>
Course Search
</span>
<span
class=
"dialog-toolbar-title"
>
Course Search
</span>
<button
mat-button
class=
"close-btn"
(click)=
"rightAddCourse.close(); rightAddCourse2.close()"
><i
class=
"material-icons"
>
clear
</i></button>
<button
mat-button
class=
"close-btn"
(click)=
"rightAddCourse.close(); rightAddCourse2.close()"
><i
class=
"material-icons"
>
clear
</i></button>
...
@@ -127,8 +126,8 @@
...
@@ -127,8 +126,8 @@
</div>
</div>
</cse-course-item>
</cse-course-item>
</div>
</div>
</mat-
drawer
-con
n
tent>
</mat-
sidenav
-content>
</mat-
drawer
-container>
</mat-
sidenav
-container>
</mat-sidenav>
</mat-sidenav>
<mat-sidenav-content>
<mat-sidenav-content>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment