mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 04:45:12 +00:00
Add legal boilerplate and LICENSE file
This commit is contained in:
3
src/app/sidebar/sidebar.component.html
Executable file → Normal file
3
src/app/sidebar/sidebar.component.html
Executable file → Normal file
@ -1,3 +1,6 @@
|
||||
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
All Rights Reserved. See LICENSE file for details. -->
|
||||
|
||||
<div class="tfw-ide-pin" *ngFor="let layoutIter of enabledLayouts">
|
||||
|
||||
<div>
|
||||
|
3
src/app/sidebar/sidebar.component.scss
Executable file → Normal file
3
src/app/sidebar/sidebar.component.scss
Executable file → Normal file
@ -1,3 +1,6 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
@import "../../assets/scss/variables.scss";
|
||||
@import "../../assets/scss/mixins/layout.scss";
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
||||
import { config } from '../config';
|
||||
|
||||
|
Reference in New Issue
Block a user