mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-28 02:44:07 +01:00
refactor(aio): add the docs, remove the unneeded dependencies, remove a config folder, fix a travis config
This commit is contained in:
parent
523f44b746
commit
b205a6d570
39 changed files with 2516 additions and 1791 deletions
|
|
@ -1,14 +0,0 @@
|
|||
import { Ng2AdminCLIPage } from './app.po';
|
||||
|
||||
describe('ng2-admin-cli App', () => {
|
||||
let page: Ng2AdminCLIPage;
|
||||
|
||||
beforeEach(() => {
|
||||
page = new Ng2AdminCLIPage();
|
||||
});
|
||||
|
||||
it('should display message saying app works', () => {
|
||||
page.navigateTo();
|
||||
expect(page.getParagraphText()).toEqual('app works!');
|
||||
});
|
||||
});
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
import { browser, element, by } from 'protractor';
|
||||
|
||||
export class Ng2AdminCLIPage {
|
||||
navigateTo() {
|
||||
return browser.get('/');
|
||||
}
|
||||
|
||||
getParagraphText() {
|
||||
return element(by.css('app-root h1')).getText();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue