Hans
|
c5e43d07ed
|
chore: add a first draft of the config schema. (#484)
|
2016-04-22 11:26:18 -07:00 |
|
Ionut Achim
|
555f1844bc
|
fix(routes): remove + for non-lazy routes import (#499)
* fix(routes): remove `+` for non-lazy routes import
- prepend `+` only for lazy routes' import path directories
|
2016-04-22 14:12:54 +01:00 |
|
Mike Brocchi
|
e573295d1b
|
feat: add option to inline templates and styles
Inline templates via "--inline-template" or "-it"
Inline styles via "--inline-style" or "-is"
Fixes #296
Fixes #349
|
2016-04-21 22:33:04 -04:00 |
|
Christopher Martin
|
3581bf1600
|
refactor(bin): cleanup ng bin (#495)
|
2016-04-22 00:21:57 +01:00 |
|
Mike Brocchi
|
bb29b0d522
|
chore: update gitignore for exclude .DS_Store files
|
2016-04-21 14:21:43 -04:00 |
|
Mike Brocchi
|
e5237f2f4f
|
chore: add missing route-based code to route blueprints
|
2016-04-21 10:58:26 -04:00 |
|
Filipe Silva
|
2c2767ac35
|
fix(tests): allow karma to load assets (#486)
Fix #465
|
2016-04-21 13:39:32 +01:00 |
|
Filipe Silva
|
33bf94d30f
|
chore: update project to beta.15 (#478)
|
2016-04-20 20:00:43 +01:00 |
|
Filipe Silva
|
dfb5add17a
|
chore(e2e): simplify exec command (#446)
|
2016-04-20 19:43:48 +01:00 |
|
Mike Brocchi
|
e9936d34c2
|
bug: correct file name for pipe spec file
Fixes #471
Close #472
|
2016-04-20 19:11:56 +01:00 |
|
mgechev
|
bfb9e5df70
|
chore(codelyzer): update to v0.0.14
close #475
|
2016-04-20 18:48:26 +01:00 |
|
Mike Brocchi
|
baa575433c
|
chore: force component and route names to have dashes (#467)
|
2016-04-20 10:44:19 -07:00 |
|
Danny Blue
|
8083979490
|
chore: generated files fail linter (#479)
A couple of files generated for a new project were failing the linter
Fixes #477
|
2016-04-20 17:18:32 +01:00 |
|
Mike Brocchi
|
9481790f33
|
bug: missing glob dependency at runtime
The glob dependency was a dev dependency but the build process requires it after install
Fixes #469
Closes #473
|
2016-04-20 07:30:15 -04:00 |
|
Hans Larsen
|
e25844aae1
|
0.0.33
v0.0.33
|
2016-04-19 15:08:22 -07:00 |
|
Hans Larsen
|
a4b724d739
|
0.0.32
|
2016-04-19 15:08:15 -07:00 |
|
Mike Brocchi
|
aeef47b8e6
|
bug: the command 'ng doc [query]' would not complete (#462)
Added the option to set `wait` to false to allow the promise to resolve
|
2016-04-19 15:03:04 -07:00 |
|
Ionut
|
bb36aa2386
|
fix(tsconfig): app.ts is main.ts now
fixes TSError `file not included in the typescript compilation context`
(#461)
|
2016-04-19 16:30:24 -04:00 |
|
Filipe Silva
|
eb5f527699
|
fix(app): remove broken systemjs config (#460)
|
2016-04-19 18:49:36 +01:00 |
|
Mike Brocchi
|
fdae6c7c81
|
docs: update README to reflect route generation changes (#458)
|
2016-04-19 15:33:52 +01:00 |
|
Mike Brocchi
|
61c383c98d
|
feat: add components/directives/pipes/services to barrel when generated into a shared dir
Closes #457
|
2016-04-19 01:34:11 -04:00 |
|
Mike Brocchi
|
aac9abfa76
|
chore: add a shared barrel for generated routes
Create the emtpy index.ts file which will be filled with generated items
Closes #454
|
2016-04-18 21:21:41 -04:00 |
|
Hans
|
49456773f3
|
chore: make Angular2App a full broccoli plugin. (#449)
`toTree()` is always called and nothing else is ever done anyway.
Also added an inputNode as input. If ommitted uses the source dir, as
before.
|
2016-04-18 17:31:17 -07:00 |
|
Mike Brocchi
|
5894af10f1
|
chore: create aliases for generators
c -> component
d -> directive
p -> pipe
r -> route
s -> service
Closes #437
|
2016-04-18 00:29:36 -04:00 |
|
Mike Brocchi
|
9be9bd5f17
|
chore: update templates to align with the style guide
Implements the majority of style guide #316
Moves systemjs configuration our of index.html #429
Closes #427
|
2016-04-18 00:16:22 -04:00 |
|
Hans
|
8e9d3efe5a
|
feat: adding an easter egg for the tool. (#451)
|
2016-04-17 17:59:41 -07:00 |
|
Hans
|
0b6949128d
|
fix: when a file has an error, recompile it next run. (#445)
Fixes #435
|
2016-04-16 15:24:43 +01:00 |
|
Filipe Silva
|
129601db8a
|
fix(tests): fix e2e workflow on appveyor (#441)
|
2016-04-15 15:09:57 -07:00 |
|
Hans
|
8f8af24791
|
feature: New command 'set' and 'get' to play with the cli config. (#407)
Includes design doc.
|
2016-04-14 15:32:31 -07:00 |
|
Hans
|
7ebc563355
|
chore: remove spec files from vendors (#432)
|
2016-04-13 17:11:47 -07:00 |
|
Filipe Silva
|
0f3f11b855
|
feat(prod-build): add environment config (#411)
|
2016-04-14 00:55:11 +01:00 |
|
Dominik Strasser
|
f34eedc01d
|
chore - update typings version to ^0.7.12 (#433)
|
2016-04-13 14:45:17 -07:00 |
|
Hans
|
94742ca05b
|
fix: remove ambient, install all typings postinstall. (#430)
|
2016-04-13 11:26:14 -07:00 |
|
Filipe Silva
|
c2560b4351
|
fix(lint): fix listing of files (#417)
|
2016-04-12 09:37:20 -07:00 |
|
jkuri
|
e88f1c5bad
|
docs: 3rd party installation docs
|
2016-04-12 17:42:08 +02:00 |
|
Hans
|
4fa8de5867
|
build: adding support for custom globs in the angular2app, and cleanup (#422)
|
2016-04-11 17:45:25 -07:00 |
|
Hans Larsen
|
c489764778
|
0.0.31
v0.0.31
|
2016-04-11 11:20:19 -07:00 |
|
Hans Larsen
|
511a72afa0
|
feat(route): use a single name as the route and add to parent.
|
2016-04-10 19:31:57 -07:00 |
|
Hans Larsen
|
af5dbef974
|
build: do not do a full build _after_ we have done an incremental one.
|
2016-04-10 16:47:55 -07:00 |
|
Hans
|
f505b75e94
|
fix: deleting the data instead of setting it null. (#413)
Also, remove ngConfig which was added by mistake, and new tests for
sass.
|
2016-04-09 12:11:49 -07:00 |
|
Hans Larsen
|
2fac21b695
|
build: Angular2App is now a class, and accepts options for css compilers.
|
2016-04-08 17:49:26 -07:00 |
|
Hans Larsen
|
de2fded272
|
design: Add a design document for ngConfig.
|
2016-04-08 17:49:24 -07:00 |
|
Filipe Silva
|
331f0cf3b7
|
feat(deploy): add github pages deploy (#366)
|
2016-04-08 23:39:20 +01:00 |
|
Cédric Exbrayat
|
4fe8687c63
|
fix: use symLinkSync for TS compiler output
|
2016-04-08 12:07:36 -07:00 |
|
Mike Brocchi
|
e93e72f885
|
chore: update angular2 version to 2.0.0-beta.14
Fixes #405
Closes $409
|
2016-04-08 10:02:57 -04:00 |
|
Filipe Silva
|
e201fc5742
|
fix(lint): fix tslint npm script arg (#404)
Close #371
|
2016-04-07 18:30:00 +01:00 |
|
Mike Brocchi
|
5e9f4628c2
|
chore: generation paths are fully dynamic & supports --flat for components/directives/pipes/services
This is a step in aligning with the style guide and will provide the flexibility needed
Related to #316
Closes #401
|
2016-04-07 12:37:05 -04:00 |
|
Hans Larsen
|
673b79c79a
|
0.0.30
v0.0.30
|
2016-04-06 15:25:16 -07:00 |
|
Jan Kuri
|
c296243ddf
|
chore: add inline sources in source maps
|
2016-04-06 15:23:55 -07:00 |
|
Hans Larsen
|
12ee1ef446
|
chore: monkey patch findBuildFile to use our angular-cli-build file.
|
2016-04-06 13:44:25 -07:00 |
|