Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
header.component.html 991 B
<myuw-app-bar
theme-name=""
app-name="Course Search & Enroll"
app-url="https://my.wisc.edu">
<myuw-drawer slot="myuw-navigation" fxShow fxHide.gt-sm>
<myuw-drawer-link
slot="myuw-drawer-links"
name="Course Search"
icon=""
href="/search">
</myuw-drawer-link>
<myuw-drawer-link
slot="myuw-drawer-links"
name="Scheduler"
icon=""
href="/scheduler">
</myuw-drawer-link>
<myuw-drawer-link
slot="myuw-drawer-links"
name="Enrollment"
icon=""
href="/enrollment">
</myuw-drawer-link>
<myuw-drawer-link
slot="myuw-drawer-links"
name="Degree Planner"
icon=""
href="/degree-planner">
</myuw-drawer-link>
</myuw-drawer>
<myuw-help
slot="myuw-help"
myuw-help-title="Need more help?"
show-button
show-default-content>
</myuw-help>
<myuw-profile
slot="myuw-profile"
session-endpoint=""
login-url=""
logout-url="http://login.wisc.edu/logout"
background-color="#9B0000">
</myuw-profile>
</myuw-app-bar>