Skip to content

Commit

Permalink
fix(universal): remove browser check from style-utils
Browse files Browse the repository at this point in the history
- Remove default value of fxLayout to avoid confusion in Universal
- Removed browser checks from style-utils since getDOM will always
  return an implementation with the methods implemented
- Added note about getComputedStyle PR pending
- Updated RxJS to 5.5.0 and added necessary fixes
- Added better null and type checking throughout
- Updated LICENSE

  Closes angular#466
  • Loading branch information
CaerusKaru authored and ThomasBurleson committed Oct 23, 2017
1 parent cc12733 commit 8dcae02
Show file tree
Hide file tree
Showing 81 changed files with 6,987 additions and 6,052 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2017 Google, Inc.
Copyright (c) 2017 Google LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const buildVersion = require('./package.json').version;
/** License that will be placed inside of all created bundles. */
const buildLicense = `/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
Expand Down
Loading

0 comments on commit 8dcae02

Please sign in to comment.