mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 17:45:11 +00:00
Add legal boilerplate and LICENSE file
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
All Rights Reserved. See LICENSE file for details. -->
|
||||
|
||||
<h2>WebComponent is here!</h2>
|
||||
<p>Edit me if you want to write your own component in Angular!</p>
|
||||
|
@ -0,0 +1,3 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
// Edit me if you want to write your own component in Angular!
|
||||
import { Component } from '@angular/core';
|
||||
import { config } from '../config'
|
||||
|
Reference in New Issue
Block a user