Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 8dcae02

Browse files
CaerusKaruThomasBurleson
authored andcommitted
fix(universal): remove browser check from style-utils
- 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 #466
1 parent cc12733 commit 8dcae02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+6987
-6052
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2017 Google, Inc.
3+
Copyright (c) 2017 Google LLC.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const buildVersion = require('./package.json').version;
1010
/** License that will be placed inside of all created bundles. */
1111
const buildLicense = `/**
1212
* @license
13-
* Copyright Google Inc. All Rights Reserved.
13+
* Copyright Google LLC All Rights Reserved.
1414
*
1515
* Use of this source code is governed by an MIT-style license that can be
1616
* found in the LICENSE file at https://angular.io/license

0 commit comments

Comments
 (0)