Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
luna
Commits
7167213c
Commit
7167213c
authored
Sep 28, 2017
by
i317280
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5727afd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
app.service.ts
src/app/app.service.ts
+0
-26
No files found.
src/app/app.service.ts
View file @
7167213c
...
@@ -10,33 +10,8 @@ import 'rxjs/add/operator/map';
...
@@ -10,33 +10,8 @@ import 'rxjs/add/operator/map';
declare
let
jQuery
:
any
;
declare
let
jQuery
:
any
;
// declare var Clipboard: any;
// declare var Clipboard: any;
import
*
as
io
from
'socket.io-client'
;
import
*
as
io
from
'socket.io-client'
;
// declare let io: any;
// declare var layer: any;
// @Injectable()
// export class Logger {
// logs: string[] = []; // capture logs for testing
// log(message: string) {
// this.logs.push(message);
// console.log(message);
// }
// }
import
{
Router
}
from
'@angular/router'
;
import
{
Router
}
from
'@angular/router'
;
// export class User {
// id: number;
// name: string;
// username: string;
// password: string;
// phone: string;
// avatar: string;
// role: string;
// email: string;
// is_active: boolean;
// date_joined: string;
// last_login: string;
// groups: Array<string>;
// }
export
class
Group
{
export
class
Group
{
id
:
number
;
id
:
number
;
name
:
string
;
name
:
string
;
...
@@ -104,7 +79,6 @@ export class AppService {
...
@@ -104,7 +79,6 @@ export class AppService {
private
_router
:
Router
,
private
_router
:
Router
,
private
_logger
:
Logger
)
{
private
_logger
:
Logger
)
{
if
(
Cookie
.
get
(
'loglevel'
))
{
if
(
Cookie
.
get
(
'loglevel'
))
{
// 0.- Level.OFF
// 0.- Level.OFF
// 1.- Level.ERROR
// 1.- Level.ERROR
// 2.- Level.WARN
// 2.- Level.WARN
...
...
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